Forums

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

name of the filter field in the items I acted on

Roberto Rocha
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!
February 7, 2022

Which field to use in the filter to consult all the items I acted on?
Which field to put in the filter to use to consult this information?

 

3 answers

0 votes
Roberto Rocha
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!
February 7, 2022

I need to consult all the updated items that I acted

Trudy Claspill
Community Champion
February 7, 2022

What is the definition of "acted on"?

Does "acted on" mean that you made a change to the issue?

Do you care only about specific types of changes you made, such as changing the status? Or do you care about every change you made, including adding comments, changing any field value in any way, changing links between an issue and another issue?

If "acted on" means you made any sort of change to the issue, then the solution provided by @Mark Segall will get you what you want.

0 votes
Pramodh M
Community Champion
February 7, 2022

@Roberto Andrey Rocha 

depends "acted on" what is?

If its assignee

assignee = currentUser()

0 votes
Mark Segall
Community Champion
February 7, 2022

Hi @Roberto Andrey Rocha and welcome to the community!  For clarity, are you looking for a query where you can see issues you've updated?  If so, here's a query for that:

issuekey IN (updatedBy("<Insert Name>"))
Pramodh M
Community Champion
February 7, 2022

Hi @Mark Segall 

This is showing up as an error, please assist here.

Error.png

Thanks

Mark Segall
Community Champion
February 7, 2022

You have a misspelling there.  issuEkey  :-)

Trudy Claspill
Community Champion
February 7, 2022

You have a typographical error.

issukey vs.

issuekey

Your text is missing the "e" after the "u"

Pramodh M
Community Champion
February 7, 2022

Yeah it's working for this syntax

issuekey IN updatedBy(pramodh)

Pramodh M
Community Champion
February 7, 2022

Yeah sorry @Mark Segall 

I was supposed to refer this one

Error.png

Trudy Claspill
Community Champion
February 7, 2022

In my Jira Cloud instance, it worked for me when I provided my login for my user. In my environment, for example, my Jira login is my company email.

Suggest an answer

Log in or Sign up to answer