-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
None
-
Affects Version/s: 9.4.0, 9.4.14
-
Component/s: REST API
-
None
-
9.04
-
1
-
Severity 3 - Minor
Issue Summary
Setting updateHistory=true in the REST API call does not update the issue history as expected.
This is reproducible on Data Center: yes
Steps to Reproduce
1. Make a REST API call (do transition) to Jira with the updateHistory=true parameter.
https://docs.atlassian.com/software/jira/docs/api/REST/9.4.14/#api/2/issue-doTransition
2. Check the user's issue history in Jira.
Expected Results
The issue retrieved by the REST API call should be added to the user's issue history.
Actual Results
The issue does not appear in the user's issue history despite setting updateHistory=true.
Workaround
Currently, there is no known workaround for this behavior. A workaround will be added here when available.
- relates to
-
JRASERVER-76839 Request for Documentation Correction - Jira REST API 'DO Transition' Section
- Gathering Interest