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?
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
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': []}}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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': []}}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have tried setting expand=users as well, with no change
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.