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/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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 :
Hope this helps!
Cristian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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!
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.