I wrote an automation rule triggered by issue creation to default the Team field value. I want this rule to run on issue types of story, task,& bug; however I do not want team field to default on issue types of risk, issue or decision. Is this possible?
Yes, that is possible. All you need to do is add an condition that checks the issue type. If the issue type is not part of the list the automation will not proceed past that step.
I tried to add a condition, but it doesn't work. Between the Issue Create and Setting the field. The condition I used was 'If issue matches JQL' wtih the JQL of issuetype in (Story, Bug, Task, Spike, Sub-task, "Dependency Task", "SecurityRisk", "Technical Debt", Improvement, "Production Support").
When I create a story the team field does not get set. Can you tell me what condition I should use?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That condition looks correct. If you look at the audit log, what does is say? Does it pass the condition?
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.