Jira Data Center
I want to implement the following automation rule:
Trigger: issue created
Condition :
IF issue fields condition (Field = Requesting Project) contains any of "value"
Then it triggers the action : Edit issue fields (Field : Label = "value")
ELSE
IF issue fields condition (Field = Requesting Project) contains any of "value" (other than condition A)
Then it triggers the action : Edit issue fields (Field : Label = "value")
Could you please help me with a concrete example?
Thank you
Hi Mihai - Welcome to the Atlassian Community!
I suggest you give it a shot first and then post a screen shot of your rule if you need assistance.
Hi @Mihai Mot
Adding to John's suggestion, to get you started on creating your rule, please refer to these documentation and example sources:
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Mihai Mot ,
Welcome to the community !!
You should make use of branch rule and JQL condition.
i.e Select Trigger = Issue created
This is how the rule will look.
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.