All Apps and Add-ons

Is there a way to get the worklog data using the Add-on for JIRA?

rickandony
Engager

I can get the worklog information using a curl command but I cannot seem to get it using the jqlsearch in the Add-on.
curl -k -L -u username "http://myjiraserver/rest/api/2/search?jql=key=PS-2461&fields=worklog"

This does not work however and returns no results:
| jira jqlsearch "key='PS-2461' AND fields='worklog'"

Tags (1)

acharlieh
Influencer

Unfortunately I don't have this setup at the moment but looking at the documentation side https://splunkbase.splunk.com/app/1438/#/details

My first guess is that you need to invoke it like this:
| jira jqlsearch "key='PS-2461'" fields "worklog"

Second guess would be:
| jira jqlsearch "key='PS-2461'" fields "[worklog]"

Get Updates on the Splunk Community!

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...