Hi. We have used kanban in Jira for a while. We do releases periodically to clear out the "Done" column. I would like to view PBIs that are released on a given date (kind of like a sprint). Are PBIs available to be viewed this way easily?
Hello Jonathan,
I understand that you are registering PBIs as JIRA issues and would like to use a query to return all issues released on a specific date. Have I understood it properly?
Unfortunately, JIRA JQL doesn't have a parameter to get the date when the issue was released. We have a feature request opened to implement this functionality:
- Filter by Fix Version Release date
Feel free to vote and watch the suggestion to increase its priority and also receive notifications about any updates.
For now, I can suggest two options to achieve your need:
1 - Use a date custom field to collect the release date of the issue when you release its version from now on.
2 - Use an app to increment JQL functionality, like JQL Search Extensions with the fixVersionReleaseDate
Parameter:
fixVersionReleaseDate =
"2019/03/14"
or Scriptrunner app with the releaseDate parameter:
fixVersion in releaseDate("2019/03/14")
Let me know if this information helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.