Forums

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

Fetch list of issue events with JQL

coldserenity August 6, 2023

Is it possible to

  • fetch a list of issue events for a specific user, order by date DESC
  • full-text-search the above list of issue events, again ordered by date DESC

Thank you!

2 answers

1 accepted

0 votes
Answer accepted
Ste Wright
Community Champion
August 6, 2023

Hi @coldserenity 

When you say issue events, can you clarify what you're referring to?

JQL search results will only be issues themselves though, rather than anything else.

Ste

coldserenity August 6, 2023

I'm referring to the following set of issue events

 https://developer.atlassian.com/platform/forge/events-reference/jira/

usually, you would get those notifications by email. I was requested to have them in a separate web application, in a searchable list, filtered by user, some custom fields in the issue, and ordered by date.

coldserenity August 6, 2023

So something like a user's activity feed but enriched with Jira ticket-specific fields, made searchable and plugged into a third-party application.2023-08-06_14-15.png

coldserenity August 6, 2023

The task is unusual indeed, so most likely, I will have to write a Jira plug-in that would subscribe to all notifications and enrich and forward them to my third-party application, which, in turn, will store and expose searching and filtering ability.

I want to be sure that no API in Jira already grants access to that data.

Ste Wright
Community Champion
August 12, 2023

Hi @coldserenity 

Not that I know of - this is the issue history, which isn't accessible via the GUI.

Something like this might be worth checking out, but issue events includes multiple events - such as assigned, updated, resolved, etc. 

Ste

0 votes
coldserenity August 6, 2023 edited

---

coldserenity August 6, 2023 edited

--

coldserenity August 6, 2023 edited

--

Suggest an answer

Log in or Sign up to answer