-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
Low
-
Component/s: Action - Issue Actions
-
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
- add an "Edit Issue" action to a rule
- Go to "More Options", add the following JSON
{ "fields": { "Team": { "id": "<INSERT TEAM ID HERE>" } } } - 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