-
-
Notifications
You must be signed in to change notification settings - Fork 474
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
Add examples for Issue.Update & Issue.UpdateIssue operations #612
Comments
Example code to update the Priority of an existing issue using the Priority's Name:
Example code to update the Priority of an existing issue by looking up the Priority's ID:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What would you like to be added?
Examples to cover updating the value of fields in an existing issue e.g. Priority or custom fields.
Why is this needed?
Current examples cover basic Create, Get, and Delete operations, but the only "Update" example is for Transitions. Searching through Github issues have given hints, but no clear examples. Its is also unclear when to use Issue.Update vs Issue.UpdateIssue vs Transition + payload. It appears that I'm not the only one struggling with this.
Anything else we need to know?
I'm using go-jira v1.16.0 with Jira Server v9.4.1
The text was updated successfully, but these errors were encountered: