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?
Hello,
If you are on Cloud, then here is the link to documentation:
Can you please elaborate, what do you mean by "on cloud"?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.