Find Jira's created by a user

David Smith April 9, 2013

We have some automated code that creates some issues and sets the reporter.

Is there a search query I can perform to find jira's created by a user, ie the user that was logged in and created the jira, not the reporter.

2 answers

1 accepted

1 vote
Answer accepted
Peter Van de Voorde
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 9, 2013

I don't think Jira actualy keeps a record of this.

You could use a hidden field and fill this in automatically during your workflow transition. This field could contain the username of the creator. Then you could filter on this field.

Just an idea.

Justin Corcoran
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.
April 9, 2013

Yep, that's what we do. Reporter can be modified, so you can enter an issue on behalf of someone else, but "creator" is hidden and automatically set. Obviously doesn't help with existing issues, but should solve this for you going forward.

Henning Tietgens
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.
April 9, 2013

Yes, there is no field in the database for the "real" creator, only for the reporter. And if the reporter is changed while creating the issue there is no chance that the real creator is stored somewhere.

0 votes
Paul Kern June 11, 2019

This may help you, if your automated issue create always has the same login ID to create issues and you are trying to identify those issues that were created automatically.

We had a need to identify all issues that were created by a specific user (a business analyst), and like you, we update the Reporter often to identify the actual subject matter expert. 

To get this list of issues for a user whose ID is SomeUser, this search works: reporter = SomeUser or reporter was SomeUser

Suggest an answer

Log in or Sign up to answer