Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JQL for "Issues added to sprint after start time"

Tags:

jira

jql

In the sprint report jira reports that any issue with a * on it has been added after the sprint started. How can i get the JQL for that?

like image 972
Pratik Khadloya Avatar asked Nov 18 '13 18:11

Pratik Khadloya


2 Answers

I don't think it uses JQL there. If you use Chrome, Inspect Element and the network tab you'll probably see which REST resource for JIRA Agile is called to get that data

like image 60
mdoar Avatar answered Sep 27 '22 23:09

mdoar


You'll find a way with this add-on

https://jamieechlin.atlassian.net/wiki/display/GRV/Scripted+JQL+Functions#ScriptedJQLFunctions-Agile

like image 39
Andreas Avatar answered Sep 27 '22 23:09

Andreas