Two Request Types share the same Issue Type and the same Workflow.
Workflow:
- Manager Approval --> Rejected
- Manager Approval --> Approved
Logic to apply:
- Request Type 1: it requires manual approval = either rejected or approved
- Request Type 2: it does not require approval = automatically authorized
Automation condition:
- If Request Type EQUALS REQUEST TYPE 2 --> approve automatically
Error:
- No transitions found for user. Ensure that the rule actor has permission (including issue security levels) to see issue and perform transitions.
I have already check if atlassian-addons-project-access has the correct permission and it has and it is in place
Solution:
- I suspect I have to create another Issue Type and apply another Workflow because JSM does not allow such automation
Eager to hear any opinion . . . and no Add-On or Plug-In solution please
P.S.: this is part of a large automation which I want to keep it small and manageabl