Hi,
We as team use jira extensively where we create many task for projects and log it in jira , so all these years it was manual entry and creating issue or bug or task in jira but am looking for an good powershell script where I can give the parameters runtime and get whatever type of project tickets I need to raise in jira. Thus please advise.
Hi @karthega
Welcome to the Atlassain Community. You will find there is a treasure trove of information in the Atlassian Documentation online but sometimes it is a bit daunting when you first start to look for something.
Whilst I am not going to provide you with a powershell script what I am able to provide you with is the link to the documentation and support for using the REST API for creating issues. You need to be familiar with all the aspects of this in order to implement in Powershell.
https://developer.atlassian.com/server/jira/platform/jira-rest-api-examples/
As an aside it is important to know whether you are accessing an on premise or cloud version of Jira as there are difference between the APIs.
On premise - https://docs.atlassian.com/software/jira/docs/api/REST/latest/
Cloud - https://developer.atlassian.com/cloud/jira/platform/rest/v3/
I wish you all the best in working with the API to create your issues and remember that you are likely to need to authenticate to ytour instance before you can create an issue (unless you allow anonymous creation).
Phill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.