Hello Splunkers,
We created a custom command, to create jira tickets, taking the input from splunk table.
The script is working correctly, when triggered from backend, when the values are hard-coded. When changing the hard-coded values, with token, i.e dynamic, and trying to create ticket from UI, it creates 2 tickets with same ticket number.
Below is out python code, and error what we are getting while triggering:
TIA,