When I am trying to below code
def getModifiedFields = "";
MutableIssue Issue = issue;
getModifiedFields =Issue.getStatus()
myLog.info ("getStatus== " + getModifiedFields)
I want updated status as In Progress instead of To Do
O/P
IssueConstantImpl[[GenericEntity:Status][sequence,7][statuscategory,2][name,To Do][iconurl,/][description,][id,10000]]
Where do you execute the script?
Try to get a reference to the current state of the issue
ComponentAccessor.getIssueManager().getIssueObject(issue.getKey()).getStatus()
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You post function should be last in the list of post functions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am trying to sending data from jira to external system using json script post function
Could you please help me
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Alexey Matveev COMMUNITY CHAMPION,
your answer is really help me :) now I am getting status.
And I am getting OK response on calling web service.
but I want to check content
how to check content?
Could you please help me?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What content do you want to check?
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.