Hello All,
Need your help.
I want to create a JQL query which will return the last modified issue.
For ex: user1 creates Issue1 and Issue 2
user2 modify the Issue1,
if the user1 connect and run the jql, only the Issue1 shall be reported.
The jql shall be based on the currentuser connected
Thank you in advance.
Dear @Defny,
unfortunately, there is no function called "last()".
But you can do following:
Now, whenever you reload the gadget, the last created issue is displayed.
So long
Thomas
Hi Thomas,
Thank you very much for your input.
I want the last modified issue not the last created issue. Could you help with the last modified issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Easy, instead of sorting for createDate, sort for updateDate.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.