-
Bug
-
Resolution: Unresolved
-
Low
-
Severity 3 - Minor
Issue Summary
Issue Fields Condition doesn't match the IssueType field for Team-managed projects.
Steps to Reproduce
- Create an automation rule that uses issue fields condition with issue type as, for example, issue type equals epic
- Use a team-managed project issue as a trigger.
Expected Results
The issue type equals epic should match and the action is performed.
Actual Results
You can see that even though the issue type is an Epic, the condition won't match and no actions are performed.
Workaround
Use the JQL condition instead.
Example:
issuetype=epic