Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Version published after converting to the new editor

Use below endpoint to get team details. 

  • Syntax - <Jira base URL>/rest/amoeboids-upraise/1.0/getteam/{teamname}
  • Example - jira.amoeboids.com/rest/amoeboids-upraise/1.0/getteam/6

If the team is deleted team or inactive or not available in UpRaise company directory, relevant message will be returned. 

Request

  • Apart from the team id added to the end of the endpoint, no other request parameters are allowed for this API.

Response 

  • email address
  • display name
  • user key
  • etc
ParentParameterTypeDescriptionPossible vaules

idNumberId of the team within UpRaise company directory.1, 101, 12001 etc

nameStringUser facing name of the team.
  • Marketing
  • Sales
  • Development
  • etc

descriptionStringUser facing description of the current team.

teamLeadObjectThis object consists of all details about the user who is team lead of the current team.
  • email address
  • display name
  • user key
  • etc

parentTeamObjectThis object consists of all details about the parent team of the current team.
  • id
  • name
  • description
parentTeamidNumberId of the parent team within UpRaise company directory.1, 101, 12001 etc
parentTeamnameStringUser facing name of the parent team.
  • Marketing
  • Sales
  • Development
  • etc
parentTeamdescriptionStringUser facing description of the parent team.

teamMembersObjectThis object consists of all users who belong to the current team.
teamMembersjiraInfoObjectThis object consists of a number of data points that are retrieved directly via Jira & returned without any manipulation for the user.
  • email address
  • display name
  • user key
  • etc

jiraGroupsStringJira group name that is associated with the team

Jira group name/s associated with the respective team


StatusStringUpRaise status of the team
  • Active
  • Inactive


On this page

Table of Contents



In this section

Child pages (Children Display)
pageREST APIs for Company Directory