My company has an internally hosted JIRA database and the Labels field holds a large number of labels. I'm setting up an external database (i.e. hosted on Atlassian) so a 3rd party partner can access it without having to VPN into our network, and want to find the easiest way to move the vast number of bug labels (200+) out of our internal JIRA and into the external one. It seems like I should be able to export to Excel or something, but can't even find where to configure the Label data.
Note that I did not create the database, and no one else can find it either. Thanks.
From your source system select distinct label from dbo.label table in your database. Copy the returned text and paste that into the label section on a new issue in the external JIRA instance. this will create the labels so the use will have them auto populated for any newly created issue going forward. there is nothing in the API or user interface that provides a way to export the labels that I know of.
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.