Forums

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

How to get team links/boards under a Team using tempo/jira API?

muhammad_mansoor September 27, 2018

Currently I'm getting issues of team members for all the team boards.  Now I have found a solution to get all the teams using tempo API. But each team has linked Team links for which team member has logged time. I want to get those team links/boards. Or is there any other method to get all the user boards?

1 answer

1 vote
Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 27, 2018
muhammad_mansoor September 27, 2018

Can you please elaborate, what do you mean by "on cloud"?

Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 27, 2018

Jira goes in three versions: Jira Cloud, Jira Server and Jira Data Center. 

Jira Server and Jira Data Center are also called on prem instances, because you install Jira Server and Jira Data Center on your own servers.

Jira Cloud is placed in the Atlassian Cloud and you do not need to install it. Such instances have the atlassian.net suffix in the url.

Mark Brose
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!
January 18, 2019

Is there a way to do this on Jira Server? I can get to the team like so:

/rest/tempo-teams/1/team/{id}

but no luck trying things like:

/rest/tempo-teams/1/team/{id}/links

Susanne Götz _Tempo_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 21, 2019

Hi Mark,

to retrieve information about the boards / projects that are linked to a team, you can use:

/rest/tempo-teams/2/team/{id}/link/

Please note that the API's for Tempo Server are private and subject to change. 

Regards,
Susanne Götz
Tempo team

Suggest an answer

Log in or Sign up to answer