Using the JIRA MISC Workflow extension, I want to do the following:
Set assignee to Joe Smith and set priority to P1 (Critcal) IF
1) the issue type is a bug issue type AND 2) if the reporter is Jane Smith
Current configuration --
I have two post functions (one to set the assignee and another to set the priority) with the following conditions:
Conditional exeuection checked
Line 1 {{ issue.fields.issuetype.name == "Bug" }}
Line 2{{ issue.fields.reporter.name == "jane.smith" }}
I tested the condition, and both yielded false , but the assignee and priority were set when a story issue type was created. Is it possible to use multiple conditions? If so, I'm guessing I set it up improperly. Is there an easier way to do this?
Thanks.
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.