-
Bug
-
Resolution: Fixed
-
Low
-
None
-
6
-
Severity 3 - Minor
-
0
-
Issue Summary
Team and Parent Link are not available anymore in the list of fields for automation rules.
Expected behavior:
Steps to Reproduce
- On a project go to Project settings/Automation
- Create a rule and type “Team”
Expected Results
- Team should be in the fields list
Actual Results
- Team does not appear in the list as an option to choose
Workaround
As a workaround, you might use the Advanced field editing - JSON option to define the value of the Team field. The Edit Issue fields action will then look like below:
{ "fields": { "Team": { "id": "1", "title": "Plan-specific team", "isShared": "false" } } }
For the trigger, the event "Issue updated" and using the "Advanced compared condition", the value below can be used to test if the "Team" field was updated:
{{#changelog.Team}}{{from}}{{/}}
PS: this is just an example, you must see how the fields are set in your Jira cloud site and adjust it accordingly.
- relates to
-
JSWCLOUD-19957 Portfolio Team field should be a fully supported JIRA field
- Closed
- was cloned as
-
JPO-15287 Loading...