-
Bug
-
Resolution: Won't Fix
-
Low
-
None
-
4.1.1
-
4.01
-
JIRA does not reindex the issue when no fields changes are requested but it does update the updated date. This makes issue navigator disagree with issue views and SOAP. Originally reported as SOAP specific.
Happens also on Studio 2.2
The problem is described in details at https://studio.atlassian.com/browse/PLE-1112
To reproduce:
- Perform issue workflow action using SOAP (tested with 'stop progress' action) - time X
- Wait few minutes
- Perform empty 'update issue' SOAP call - time Y (and Y > X)
- Check the issue update time in UI (it reports time X)
- Check the issue update time in xml returned by search call like that (it reports time X)
- Check the issue update time in xml returned by 'get issue details' call like that (it reports time Y)
All the above calls should return the same 'update time'.