Hi All,
Just want to know if there is any process to raise jira automatically or using scripts (Unix/python) or any other tools to raise jira in case of any error or on external triggers like error mail or error file logs.
Welcome to the Atlassian Community!
Yes, Jira exposes a REST API to which you can make calls to create, update, transition or view issues.
Many monitoring tools already have functions to do this built in.
Thanks, Do we have any documentation to implement it or any team who is already using it. It will be great help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Start at https://developer.atlassian.com/server/jira/platform/rest-apis/ - you can build stuff that talks to Jira over the REST api in any framework/languate you like.
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.