-
Type:
Bug
-
Resolution: Answered
-
Priority:
Low
-
Component/s: Automation
-
1
-
Minor
Issue Summary
Copying a value from one field to another is very helping in avoiding repetitive task. However Component fields cannot copy the name, instead it shows the ID of the value
Steps to Reproduce
Expected Results
Field name value should be copied correctly
Actual Results
The field is copy, however it's the Id of the field that is the result
Confirmed this by looking at the REST call https://your-instance.atlassian.net/rest/api/3/issue/AT2-76489
Output
"components":[{"self":"https://<your-instance>.atlassian.net/rest/api/3/component/10021","id":"10021","name":"Public website"}]
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available