-
Bug
-
Resolution: Unresolved
-
Medium
-
Severity 2 - Major
Issue Summary
"Create issue" action fails in team managed project if rule is global rule, gives an error 'Could not find create meta data for project/typeId -'. This causes problems if used with "Project created" trigger as project created cannot properly complete the create issue action.
Steps to Reproduce
- create a global rule with a manual trigger and a "create issue" action that creates the issue in the project that triggered it
- Create a team managed project
- Create a basic issue in the team managed project
- Go into the newly created issue, go to "Automation executions" and run the global rule you created
Expected Results
The new issue is created according to the automation rule
Actual Results
An error is logged in the automation rule's log stating "'Could not find create meta data for project/typeId -'"
Workaround
Create the rule within the team managed project. This, however, negates any rules that need to run on project creation.