I want to find out the tickets which are not updated for last 3 days[ Excluding Weekends ].
Is it possible using Jira JQL filters?
Thanks in Advance.
I think Agile Board rule is created with the filter, rather than with the project
Although the data query device detected belongs to a project, but the data filter, find out the condition of two queries data without any commonality, so not visible to each other
Ollie, i am not sure i understand your answer. Are you saying that the sprint is created and associated to the filter in the board it was created in? and not with the project?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Which version of JIRA Agile are you using? Planned sprints don't show on other boards if you're using an old version of Greenhopper. Other than that, the JQL of your first query is buggy. Should be
project = XYZ AND issuetype = Bug ORDER BY Rang ASC
Cheers
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Oh sry. Was a typo...
We are using Jira Agile 6.3.5
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.