Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Import Jira data with query on key

Dick Lokhorst March 28, 2022

I use the add-in Jira Cloud and I want to import issuekey's started with fe. BLT
I thougth i could use "issuekey ~ BLT", however that is not allowed
How should i do that?

2 answers

1 vote
Jack Brickey
Community Champion
March 28, 2022

Hi @Dick Lokhorst , Jira Cloud isn't an add-on app. Unsure if you are talking about Jira Cloud or some actual add-on here. that said I'm unsure what you are asking. Do you want to import issues via CSV and specify a specific key#? If so, I have seen it mentioned within the community others have been able to successfully influence the numbering sequence using CSV import. To be honest, I have never attempted that until just now and my one attempt was unsuccessful. I did not have the option to map the issue key, only the issue ID which is not the same thing. All that said you might search the community for this topic to see if someone details exactly how this is done. I may take a moment to see if I can find a solution as well and will share here if I do find one.

Jack Brickey
Community Champion
March 28, 2022

I found and commented on this thread requesting more info - How-do-I-change-the-starting-issue-key-number 

Jack Brickey
Community Champion
March 28, 2022

@Dick Lokhorst ,

My bet is that this isn't possible but would welcome being wrong here. 

With that said, maybe you could explain a bit more about what you're actually trying to accomplish and why as there could be a different approach to your requirement.

Jack Brickey
Community Champion
March 28, 2022

OK so this is about entirely different subject than I first assumed. It is about using the Excel for Jira extension. 

your screenshots are not coming through.

If you are talking about forming a JQL query from within Excel please provide the full JQL here and explain what your goal is and what is not working. Indeed the approximate symbol is not valid for the issue key. If you were just trying to find issues for a given project just use project = ABC. 

Dick Lokhorst March 29, 2022

screenshot

Dick Lokhorst March 29, 2022

screenshot


Jack Brickey
Community Champion
March 29, 2022

If you are trying to insert an image click the picture icon and upload/insert.

9F860226-AD11-4175-8D2F-8332E12FA7BF.jpeg

Dick Lokhorst March 29, 2022

Jira snipping.jpg

Jack Brickey
Community Champion
March 29, 2022

That is an invalid JQL. Is BLT the project key? If so use "project = BLT". If BLT is in fact an Issuetype then use type = BLT. The "~" operator is for text fields only. Based on what you have indicated I believe you want project = BLT.

Dick Lokhorst March 30, 2022

Great Jack, that'ss the solution.
Thank you for your support

Like Jack Brickey likes this
Jack Brickey
Community Champion
March 30, 2022

Please consider accepting the answer above if this solved your issue.

0 votes
Dick Lokhorst March 28, 2022

Thanxs for you support Jack.

I am using https://appsource.microsoft.com/en-us/product/office/WA200000556?tab=Overview

Attached 2 screenshots.

If I use "~" for field summary it works fine.
If I do the same for field Issuetype it results in an error
"The operator '~' is not supported by the 'issuetype' field"

Suggest an answer

Log in or Sign up to answer