Uploaded image for project: 'Jira Software Cloud'
  1. Jira Software Cloud
  2. JSWCLOUD-20812

Advanced Roadmaps fields (Team, Parent Link) don't show up in Automation For Jira

    XMLWordPrintable

Details

    Description

      Issue Summary

      Team and Parent Link are not available anymore in the list of fields for automation rules.

      Expected behavior:

      Steps to Reproduce

      1. On a project go to Project settings/Automation
      1. 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.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              lgoodhewcook Lachlan G (Inactive)
              Votes:
              12 Vote for this issue
              Watchers:
              22 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: