first parameter of updateIssue method in IssueMananager

Ugur GUNGOR August 18, 2014

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 ?

1 answer

1 accepted

1 vote
Answer accepted
Alexey_Rjeutski__Polontech_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 18, 2014

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

Alexey_Rjeutski__Polontech_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 18, 2014

As for the first parameter - it is user that executes the update. You can get the user using UserUtil class.

Ugur GUNGOR August 19, 2014

which method should i use in userUtil class

Suggest an answer

Log in or Sign up to answer