Issue Summary
Changes made to themes in the user interface do not change the "lastModifiedDate" attribute. (The UI only sets this value at the time of creation.). This attribute can be seen when listed via API. However, the most recent modification date is successfully shown in the Audit Logs.
Steps to Reproduce
- Login to JA
- Go to the "Themes" grid and select any theme
- Make any change on the selected Theme (eg. in the description ) and press Save
- Check if the change can be seen in the Audit Log.
- Then list this theme via API:
https://<instance>.jiraalign.com/rest/align/api/2/Themes/<theme_id>
Expected Results
The "lastModifiedDate" attribute is updating when there is a change from UI and its API listing shows the same value that has seen in the Audit Log.
Actual Results
The "LastModifiedDate" attribute is NOT updated when there is a change in the user interface and shows a different value than what is shown in the Audit Log.
Workaround
Currently, there is no workaround for the UI changes. For 'themes', this field is not updated by UI (set only on create) but, updated after APIv2 PUT / PATCH requests.
- resolves
-
ALIGNSP-8493 Loading...