I am looking for recommendations for a solution to open issues in service desk from a sql query on a different database that can be ran on a schedule.
Hello @Rodney Fries!
I'd recommend using the JSD API to open the issues based on the query to the other database. By using the API, you position yourself to survive upgrades and other maintenance that could break other methods.
The API documentation is here:
and here's a link to some examples:
https://developer.atlassian.com/server/jira/platform/jira-rest-api-examples/
Hope this answers your question. If so, please click the "Accept Answer" button next to this answer so others see the answered flag in their search results. Thanks!
Cheers,
~~Larry Brock
You will need to feed the results of your regular query through something that issues REST calls to Jira to create the issues or requests in Jira.
Do not even think about writing to a Jira database directly - you will destroy your system beyond repair almost instantly.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.