Hello,
I have created a boolean custom field "IsFeedback" that has two value "True" and "False".
what I need exactly is to modify the "Status" field value according to custom field value as below:
1/ If "IsFeedback" is equal to "true" then "Status" should move to "Feedback" value.
2/ If "IsFeedback" is equal to false then "Status" should move to "Open" value.
PS: i have installed the add-on script runner that allows to create script field so there is a possibility to create IsFeedback as a scripted custom field and then enter related inline code to trigger steps 1/ and 2/
what is the inline script value and the Key value to be able to generate steps 1 and 2.
thank you,
You'll need to do this as a "listener" - listen for "issue updated" events, and then progress the issue through the workflow as appropriate.
There are some scripts built into the script runner which transition issues - those are a very good start.
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.