You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
The logic is simple:
"If Original Fix Version is null and Fix Version is not null, set Original Fix Version to Fix Version."
I can get the value of Fix Version/s using "issue.fixVersions".
I can get the value of Original Fix Version using "issue.getCustomFieldValue"
I am running this in Listener, and I get this output in the log:
WARN [runner.AbstractScriptRunner]: orgFixVersionFieldValue = null WARN [runner.AbstractScriptRunner]: fixVersionValue = [5.1] WARN [runner.AbstractScriptRunner]: Setting new orgFixVersionField WARN [runner.AbstractScriptRunner]: new orgFixVersionFieldValue = [5.1]
But when I go to look at the Original Fix Version in the project, it is still null.
Hi @Robert W_ Olsen ,
welcome to the Atlassian Community!
Would you please share the whole code with us to be able to investigate, what is wrong? Thank you!
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.