Tempo team members

Paul Nichols September 26, 2013

I'm trying to get team members and leaders. I'm able to get all the teams using `http(s)://yourserver.yourdomain/jira/rest/tempo-teams/1/team?expand=true`, but the user lists are all empty. I can't find much information in the docs about how to put together any api calls that have to do with tempo. What am I missing?

4 answers

1 accepted

0 votes
Answer accepted
Bjarni Thorbjornsson
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 26, 2013

Hi Paul,

Please note that this is not a public API and can change in future releases but these URLs work in Tempo 7.7:

http://myserver/rest/tempo-teams/1/team/?expand=members (gives all teams and all members)

https://myserver/rest/tempo-teams/1/team/23?expand=members (gives team 23 and it's members)

Hope this helps,

-Bjarni

0 votes
Paul Nichols September 26, 2013

Here is the type of output I'm getting:

{u'description': u'EMEA Business Systems ',
 u'id': 54,
 u'name': u"Andrew Hardy's Team",
 u'roles': {u'lead': {u'groups': [],
                      u'id': u'lead',
                      u'type': u'lead',
                      u'users': []},
            u'member': {u'groups': [],
                        u'id': u'member',
                        u'type': u'member',
                        u'users': []}}}

0 votes
Paul Nichols September 26, 2013

Here is the type of output I am getting:

{u'description': u'EMEA Business Systems ',
 u'id': 54,
 u'name': u"Andrew Hardy's Team",
 u'roles': {u'lead': {u'groups': [],
                      u'id': u'lead',
                      u'type': u'lead',
                      u'users': []},
            u'member': {u'groups': [],
                        u'id': u'member',
                        u'type': u'member',
                        u'users': []}}}

0 votes
Paul Nichols September 26, 2013

I have tried setting expand=users as well, with no change

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events