Uploaded image for project: 'Automation for Cloud'
  1. Automation for Cloud
  2. AUTO-803

Unable to search "Category" field in Automation for JIRA Cloud

XMLWordPrintable

    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

    • Jira Work Management

      Issue Summary

      There could be scenarios where category field that is used to group issues in the "Business Project" board are utilised to automate certain task on the issue using automation for JIRA. Currently, we cannot filter or search "Category" field in the automation customfield drop down.

      For Example:

      1. Creating issues through automation for Jira and simultaneously allocating values to the "Category" field in the run time.
      2. Based on the "Category" field value, performing certain "Actions" on the Jira issue through Automation for Jira Cloud.

      Steps to Reproduce

      1. Go to Project > Project Settings > Automation > Create Rule.
      2. Add a trigger to the automation and then "Action" component like "Edit Issue"
      3. Search "Category" and the system locked field is not populated.

      NOTE: The Category field is searchable and can be used in the trigger "Field Value Changed". However, not in the "Edit Issue" or "Create Issue" scenario.

      Expected Results

      • The "Category" field should be shown in the dropdown to be edited as needed.

      Actual Results

      • The "Category" field is not populated in the dropdown to be selected for editing.

      Workaround

      • To fetch the values from the field you could use
      {{issue.Category.value}}
      • This is the JSON that you need to add values to the field. Replace categoryOption1 with a valid Category value for your project.
      {
         "update": {
            "customfield_xxxxx": [
               {
                  "set": {
                     "value": "Create Board Notes"
                  }
               }
            ]
         }
      }
      

       

              Unassigned Unassigned
              1846b5d55690 Vaibhav Revankar
              Votes:
              8 Vote for this issue
              Watchers:
              12 Start watching this issue

                Created:
                Updated: