Hello i am new on jira. I am writring post function in jython with jira scripting suite.
https://docs.atlassian.com/jira/6.2.7/com/atlassian/jira/issue/IssueManager.html
what kind input should i use for updateIssue method. is there any example code ?
please find a lot of examples regarding your topic here https://developer.atlassian.com/display/JIRADEV/Creating+and+Editing+an+Issue ( they are all in java)
Also please note that there is more modern way to create / update issues https://developer.atlassian.com/display/JIRADEV/Performing+Issue+Operations
If you are new - please better follow last tutorial - previous one can be marked as depricated soon
As for the first parameter - it is user that executes the update. You can get the user using UserUtil class.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.