Forums

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

How can I add in a project the filter watcher and editor?

Melanie Grämmer
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!
July 31, 2020

project = "XXXX XXXX" AND watcher  = XXXX AND status in ("In Review", Duplikat, "On Hold", Backlog, "To Do", Review, Open)

1 answer

1 accepted

0 votes
Answer accepted
Ste Wright
Community Champion
July 31, 2020

Hi @Melanie Grämmer 

Can you confirm your question here?

Are you asking how to search within a single project for watchers and issue editors within your query? Or something else?

Ste

Melanie Grämmer
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!
July 31, 2020

Yes, I´m looking for a filter which includes editor and watcher, like the example above.

Ste Wright
Community Champion
July 31, 2020

Hi @Melanie Grämmer 

It depends what you're trying to achieve with editor.

----------------

If it's whether a specific user updated an issue, you could use:

project = ABC and watcher = User1 and issue in updatedBy("User1","2020-01-01","2020-08-01") and status in (ABC, XYZ, 123)

^ The issue in updatedBy("User1","2020-01-01","2020-08-01") allows you to search for whether User1 updated the issue in any way between two specific dates. You can do a few different things with updated by - such as:

  • Updated by between two dates: issue in updatedBy("User1","2020-01-01","2020-08-01")
  • Updated by in last week (or from a date): issue in updatedBy("User1","-7d")
  • Updated by at any time: issue in updatedBy("User1")

----------------

If this isn't what you're trying to achieve there might be another option. Could you let us know if this resolves the question, and if not what you're trying to achieve?

Ste

Like Marthaluz likes this

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events