Forums

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

How to query based on history or activity

kzander_
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 16, 2019

Currently I want to write a query which somehow 'involved' a specific user but there is no simple way to do this. I would expect something built-in like 'updated by' or 'modified by'.

I cannot find any possibility to filter items based on history (or activity) entries either:

abc created issue - 26. Sep 2019 14:12

xyz made changes - 26. Sep 2019 14:12

I'd expect a queryable field history where I can select strongly typed elements (made changes, created issue etc.) or at least define a text based constraint like contains="made changes"

How can I achieve this?

 

1 answer

0 votes
Ravi Sagar _Sparxsys_
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.
October 16, 2019

Hi @kzander_ 

For created you can use something like this.

creator = admin and updated > startOfDay() 

For some fields you can try something like this.

status changed by "admin" and updated > startOfDay("-1")

Usually the change history has all the information about who actually did the change and when but to search on this you would need an add-on like ScriptRunner. Take a look at this thread.

Thanks,

Ravi

kzander_
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 16, 2019

Thanks for your answer.

So there is no way to do this without buying an add-on.

Will everything what can be displayed in a Jiira item be queryable with this plugin or will I end up in limitations as well?

Ravi Sagar _Sparxsys_
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.
October 16, 2019

Hi @kzander_ 

Using ScriptRunner for Jira you can look into the ChangeHistory of the issues but that is not the only thing it can do. It will help you to do extreme customisations in Jira. You can evaluate it for free though and get familiar with its features.

Ravi

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events