Forums

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

How to import issues with tempo account field

CBordino July 10, 2018
Hello,
I am importing issue via csv import

Summary,Description,Account
MyTitle,myDescription,accountKey

Following the Wizard I map my csv field to the Account field in Jira, but once the import is successfully completed, the Account field in Jira is empty.

Any suggestions?

Thanks and BRs
Cristian

1 answer

1 accepted

0 votes
Answer accepted
CBordino July 11, 2018

I found that is mandatory to use the account id instead of the account key.

 

Since Account id is not shown, I got it through the Tempo API

http://{JIRA_BASE_URL}/rest/tempo-accounts/1/account/

Allen Steele August 8, 2018

I tried this Rest call and got a 404 error.

https://stay-well.atlassian.net is my base

CBordino August 8, 2018

According to official docs this is the endpoint. My concern was about the "/1/" but it is documented.

Are you trying via browser or via client (e.g. Postman?)

In your shoes I would :

  1. try a different "get" end point (eg. /rest/tempo-accounts/1/category) via Browser
  2. check if "System Plugin: Tempo Platform API" (Manage add-on) is installed and enabled
  3. check if you have configured a SecurityToken in Add-ons>Tempo>Access Control (even if it should be used in servlets not in rest APIs where basic-auth is required)

 

Hope this helps!

 

Cristian

W Bot
Contributor
July 18, 2019

Much easier:  Navigate to Tempo Accounts admin, click on the account, then look at the URL in your browser.  The last number on the right is the account number.

For example:

plugins/servlet/ac/io.tempo.jira/tempo-accounts?project.key=T705PUB&project.id=10030#!/account/7/

7 is the account number

Cheers!

Like # people like this
Julie Nye
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 25, 2024

THANK YOU!  I have been struggling with CSV imports failing because of Account value not matching but finally I discovered this tip -- and it solved the problem!

Suggest an answer

Log in or Sign up to answer