IssueLinkTypes

Issue link types operations


Parameters

Name In Type Required Description
ticketing-provider header string true Acronym identifying the underlying ticketing tool where the tickets are. JAM (Jira Amarillo) , JCC (Jira CC), TGJ (TGJira), JNEXT (JiraNext)

Enumerated Values

Property Values
ticketing-provider one of [JAM, JCC, TGJ, JNEXT]

Request example

1
2
3
4
5
6

curl -X GET https://ticketing.sta.masstack.com/v2/issueLinkType \
  -H "Accept: application/json" \
  -H "ticketing-provider: string" \
  -H "Authorization: Bearer {access-token}"

Responses

Code Meaning Description Schema
200 OK get all IssueLinkTypes for specific issue [IssueLinkType]
400 Bad Request Bad Request Error_400
401 Unauthorized Unauthorized Error_401
404 Not Found Not Found Error_404
500 Internal Server Error Internal Server Error Error_500

200 - instance of IssueLinkType

Custom schema example

1
2
3
[
  null
]
Name Type Required Description
id string false IssueLinkType Id
name string false IssueLinkType name
inward string false Issue origin action
outward string false Issue destination action

Parameters

Name In Type Required Description
issueLinkId path string true issue link id
ticketing-provider header string true Acronym identifying the underlying ticketing tool where the tickets are. JAM (Jira Amarillo) , JCC (Jira CC), TGJ (TGJira), JNEXT (JiraNext)

Enumerated Values

Property Values
ticketing-provider one of [JAM, JCC, TGJ, JNEXT]

Request example

1
2
3
4
5
6

curl -X GET https://ticketing.sta.masstack.com/v2/issueLinkType/{issueLinkId} \
  -H "Accept: application/json" \
  -H "ticketing-provider: string" \
  -H "Authorization: Bearer {access-token}"

Responses

Code Meaning Description Schema
200 OK all IssueLinkTypes for specific issue [IssueLinkType]
400 Bad Request Bad Request Error_400
401 Unauthorized Unauthorized Error_401
404 Not Found Not Found Error_404
500 Internal Server Error Internal Server Error Error_500

200 - instance of IssueLinkType

Custom schema example

1
2
3
[
  null
]
Name Type Required Description
id string false IssueLinkType Id
name string false IssueLinkType name
inward string false Issue origin action
outward string false Issue destination action

Endpoints

Ticket

    Comment

      Attachment

        IssueLink

          IssueLinkTypes

            Grid

              Remotelink