How do I upload issue to project in JIRA and give permission for upload

NAVEEN KUMAR C November 28, 2017

How do I upload issue to project in JIRA and give permission for upload

1 answer

0 votes
Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 28, 2017

Hello,

1. You can use Jira out of the box tools to import issues. You can read more here:

https://confluence.atlassian.com/adminjiraserver073/importing-data-from-csv-861253680.html#ImportingDatafromCSV-PreparingyourCSVfile

But you would need to grant Jira Administrator global permission to the user.

2. You can develop your custom solution, using Jira Java API or Jira Rest Api. In this case you would need to give the user or the proxy user permissions to login to Jira and create issues.

3. You can use Issue Collectors. You can read more about Issue collectors here

https://confluence.atlassian.com/adminjiracloud/using-the-issue-collector-776636529.html

In this case users do not have to have an account in Jira

Suggest an answer

Log in or Sign up to answer