Could anyone help on JSQL, hw can get all duedate changes, i mean if developer extends the due date multiple times, which i should get through JQL. Hope my question is clear and hoping an answer on this ?
Hello,
You can not query this info by JQL. JQL only returns issues, it can not return history.
You should have a look at the history tab of the required issue. Or user Jira Rest APi to get this info:
https://docs.atlassian.com/software/jira/docs/api/REST/7.6.1/#api/2/issue-getIssue
Thanks Alexey.
It means we dont have any option directly to fetch through JQL regarding the Ticket(update History). ?
Or In any new version of JIRA will have this features ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can fetch issues, in which a developer extended the due date multiple times. But you would need a plugin for it like Power Scripts or ScriptRunner. You would need to create your own JQL function
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.