Direct Automation is closed by my company and they are asking me to automate Jira using shell script. But I know nothing how it works. Can anyone please help me how to start or suggest any video or tutorial for the same.
Hi @Sanjana Sen ,
welcome to the Atlassian Community!
In order to interact with JIRA through a shell script, you should use REST API provided by the tool and call them at your convenience using curl command.
If you use JIRA Server/DataCenter : https://developer.atlassian.com/server/jira/platform/rest-apis/
If you use JIRA Cloud : https://developer.atlassian.com/cloud/jira/software/rest/intro/
Hope this helps,
Fabio
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.