JQL for "Issues added to sprint after start time"
Asked Answered
M

3

9

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?

Merchant answered 18/11, 2013 at 18:16 Comment(0)
C
3

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

Cellophane answered 19/11, 2013 at 18:16 Comment(1)
It is JQL, data sent in the header is "jql=issueFunction+in+addedAfterSprintStart(..)" I think they don't have a field for it so it's calculated based on sprint start and creation date.Commutual
F
2

You'll find a way with this add-on

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

Foreconscious answered 22/5, 2014 at 10:46 Comment(0)
A
-1

If you have ScriptRunner installed, you can use issueFunction in addedAfterSprintStart(board name, sprint name) .

Astringent answered 4/6, 2018 at 17:38 Comment(1)
ScriptRunner's docs say that function is "not available". See near the bottom of this page: scriptrunner-docs.connect.adaptavist.com/jiracloud/…Trost

© 2022 - 2024 — McMap. All rights reserved.