How can I create a search to show how many tickets an individual user has submitted over a time range? (6 months in this case)
Hi @Brad Walden - try this JQL!
reporter = individualUserName and createdDate >= -180d
...where individualUserName is the name of the person you're running the report on.
Thank you so much Dave! This worked flawlessly! Very much appreciated.👍
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.