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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...