Filter by last update author

Vasanta Kumaar November 11, 2019

Hi All, 

 

I would like to create in a filter for my Board to view only JIRA's updated by other people, in order to exclude the Jira updates coming from members of my JIRA project.

 

Thanks,

VasantaKumaar

1 answer

0 votes
Pete Singleton
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 12, 2019

You can query using "updated", e.g.

Project = X AND updated NOT IN (user1, user2, user3)

Vasanta Kumaar November 12, 2019

Hi @Pete Singleton ,

 

I tried the above query but I am getting following error,

  • Date value 'user' for field 'updated' is invalid. Valid formats include: 'yyyy/MM/dd HH:mm', 'yyyy-MM-dd HH:mm', 'yyyy/MM/dd', 'yyyy-MM-dd', or a period format e.g. '-5d', '4w 2d'.

 

Thanks,

Vasantakumaar

Pete Singleton
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 12, 2019

Apologies, I thought that worked, but it seems that field is the last updated date/time, not the user.  I'm not sure it's possible to achieve what you are trying to do without a plugin.

Suggest an answer

Log in or Sign up to answer