mappjzc opened a new issue, #3196:
URL: https://github.com/apache/incubator-devlake/issues/3196

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and 
found no similar issues.
   
   
   ### What happened
   
   
![image](https://user-images.githubusercontent.com/2921251/192245900-9fbbec1a-45c8-47a6-8344-71a4de17c9a2.png)
   
   On the api `/plugins/webhook/:connectionId/issues [POST]`
   It used IssueKey [issue_key]
   
   
![image](https://user-images.githubusercontent.com/2921251/192245809-27d45396-dcbe-4f49-953f-f058529af161.png)
   
   But on the api 
`/plugins/webhook/:connectionId/issue/:boardKey/:issueId/close`
   It use the name issueId
   
   This two words have  samed meaning different name.
   
   Users may confuse the 'issueId' with the ID field of the 'domainIssue' table
   
   ### What you expected to happen
   
   Use the same name if it have samed meaninig.
   
   ### How to reproduce
   
   see the webhook api and see the code.
   
   ### Anything else
   
   _No response_
   
   ### Version
   
   main
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to