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!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...