Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jira’s API Docs are incorrect #260

Merged
merged 1 commit into from
May 21, 2024
Merged

Jira’s API Docs are incorrect #260

merged 1 commit into from
May 21, 2024

Conversation

SteveMcGrath
Copy link
Collaborator

This shoudl address #257, #258, and #259. The issue seems to be related to the API docs referring to “issue id OR key” when in reality it only seems to update on the issue key. Refactored the code to use the issue keys instead of the numerical IDs, and updating seems to be occuring as expected.

https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/#api-rest-api-3-issue-issueidorkey-put

This shoudl address #257, #258, and #259.  The issue seems to be related to the API docs referring to “issue id OR key” when in reality it only seems to update on the issue key.  Refactored the code to use the issue keys instead of the numerical IDs, and updating seems to be occuring as expected.

https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/#api-rest-api-3-issue-issueidorkey-put
@SteveMcGrath SteveMcGrath merged commit ace7c65 into main May 21, 2024
5 checks passed
@SteveMcGrath SteveMcGrath deleted the bugfix/not_updatding branch May 21, 2024 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant