-
Type:
Suggestion
-
Resolution: Won't Fix
-
Component/s: Ecosystem, Work Item - View (Internal developer use only)
Summary
REST API changes to JIRA issue properties does not change the Updated Date
Environment
Cloud
Steps to Reproduce
- Step 1Using a REST API call like so: curl
D-u username:password -X PUT -H "Content-type: application/json" https://instance.atlassian.net/rest/api/2/issue/KEY-123/properties/tasks -d ' {"content":"Test if works on JIRA Cloud", "completed" : 1}'
- Step 2 Observe the Updated date of the issue
Expected Results
Updated date was updated to the time that the call was run.
Actual Results
Updated date stays the same
Notes
Workaround
There is currently no workaround.