Hi community.
I am working on the Jira 7.1.0 Server version and I need to configure automatic tasks.
Is it possible to configure automatic tasks in Jira? What is the process to configure them.
Thank you.
Hi @karen vargas ,
Rest api to create new ticket is the best option, We have similar requirement and we have used Jenkins to POST Rest Apis to JIRA in specific intervals
https://developer.atlassian.com/server/jira/platform/rest-apis/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Consider using the REST API and automating a call to JIRA that creates an issue.
There are various add-ons that may potentially be able to help you achieve this, see CLI which allows some automation.
I hope this helps.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.