Hi,
When a new Issue is created (on create transition) I want to copy the field value of teamlead (user drop down) to assignee.
Anyone a solution for that?
I have tried following:
Post Function:
It is not working via post function besides it works on all transition excepts the create transition.
As last step oin the post functions:
"The field Assignee will take the value from Team Lead. Source and destination issue are the same."
Script Runner:
I trying to use script runner via script listener (Fast-track transition an issue) without success:
Events = Generic Event
Condition: issue.statusObject.name ==
'Open'
Action = target transition in my case "Ready for Approval"
How a script runenr listener trigger? Is somewhere a intervall configured when they run?
You may want to use scriptrunner post functions on your workflow. After clicking on "Create" transition and "post function" you will be able to add a Custom script function.
Screen Shot 2015-04-02 at 13.12.46.png
Make sure that your function is executed before the "Creates the issue originally"
Screen Shot 2015-04-02 at 13.32.16.png
You can change everything you want by modifying the "issue" object.
Some examples here:
https://jamieechlin.atlassian.net/wiki/display/GRV/Post+Functions
Probably the closest is "Convert fields to Upper Case on Submission"
Great it works! :) Script workflow function : Fast-track transition an issue - with no condition
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't think you'll be able to do it because the value isn't in the database until the issue is actually created. Before that it is just data on the screen.
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.