I need to setup a jira JQL filter that shows me if a user had in a specific time frame jira's assigned to him for more then XX days.
Does anyone know how to do this?
Thank you in advance
Hey Morosanu,
You should be able to use: "assignee changed to [username] after [timeframe]"
You can replace [timeframe] with one of the jira provided endof or startof functions or put in a custom date.
Hope this helps,
Tyler
Thanks for the hint.
I tried something like:
issuetype in (Bug, Improvement) AND assignee changed to dan.morosanu after startOfYear()
but is not quite what I need.
I want to find e.g. if in the last 6 months the user dan.morosanu has or had any jira's assigned to him and the jira stayed like that for more then 30days.
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.