Setting "Team" field using "More Options" leads to JSON error

XMLWordPrintable

    • Severity 2 - Major
    • Jira Software, Jira Service Management, Jira Work Management, Jira Product Discovery

      Issue Summary

      Setting "Team" field using "More Options" leads to JSON error. Any value you attempt to put in will cause an error stating "<ISSUE ID> (Team id 'JsonData{data={id=<VALUE>}}' is not valid. (customfield_10001)) ".

      Steps to Reproduce

      1. add an "Edit Issue" action to a rule
      2. Go to "More Options", add the following JSON
        {
        "fields": {
        "Team": 
        {
        "id": "<INSERT TEAM ID HERE>"
        }
        }
        }
        
      3. Update and trigger the rule

      Expected Results

      the team ID you have placed in the "id" key of the JSON will be added to the issue when edited by the rule

      Actual Results

      The following error will show up in the audit log and the team will not be added
      "<ISSUE ID> (Team id 'JsonData{data={id=<VALUE>}}' is not valid. (customfield_10001)) "

      Workaround

      Currently there is no known workaround for this behavior. A workaround will be added here when available

              Assignee:
              Unassigned
              Reporter:
              Dereck Bearsong (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: