Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How can I read all the tickets where I have a pending action?

Diego De La Riva
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 21, 2024

I want to access to a report where I can find all the tickes where I have a pending action, no matter if those ticktes were created by me or any other person

2 answers

1 accepted

1 vote
Answer accepted
Stephen_Lugton
Community Champion
October 21, 2024

@Diego De La Riva you can use a filter to show this:

From the filters dropdown, choose the option at the bottom of the list 'View all issues' and then set the filter type to JQL using the JQL button to the right of the filter line with the filter below:

 

filters.png

 

assignee = currentUser() and statuscategory != Done

1 vote
Jack Brickey
Community Champion
October 21, 2024

Hi @Diego De La Riva , how do you define a pending action? Typically it would be all issues assigned to you that are still open. Jira provides this under the "Your Work" tab.

IMG_4742.jpeg

 

If you define differently please let me know as you may be able to create a JQL filter for your needs.

Diego De La Riva
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 21, 2024

Stephen answer´s right below is exactly what I was looking for

Thanks for your answer

Suggest an answer

Log in or Sign up to answer