Hello Tanya,
Unfortunately, the system administration permission it's required to perform CSV imports on JIRA.
As an option, you can create a script template using JIRA REST API, so your users will only need the Browse Project and Create Issue permissions to bulk create the issues using the Script.
Once you create the template, they will only need to populate the fields with the data of the new issues and run it on JIRA.
Sounds very interesting!
Could you please elaborate on the script template? How do you create it and how the user inputs data into the template?
Thanks,
Tanya
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Tanya,
Here's the documentation on How it works/What is REST API:
And here are some examples of how you can use it to create issues:
The curl commands to create the issues as mentioned on the documentation can be executed on your machine terminal.
If you have further questions, please let me know.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hallo Tanja,
you don't need to type script or any Rest Api for importing issues or even their links as well.
Firstly importing issue as non admin:
1-On the top menu click on "Issues"
2-Pick up "Import Issues form CSV"
3-Map your file
Secondly in order to import links, your admin have to add "Linked Issue" field on your Create Screen, to aim to see link types. As shown in the image below with mouse cursor.
Ultimately you may specify your outward link, as shown in the image below.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi there, thanks for the response! I think I understand your reply to say that your admin need Linked Issue permissions. But the topic is how can a user (NOT an admin user) import a csv?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
without some configuration as shown above you may not unfortunately.
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.
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.