Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
    • Yandex Cloud Partner program
  • Blog
  • Pricing
  • Documentation
© 2025 Direct Cursus Technology L.L.C.
Yandex Serverless Integrations
    • Overview
      • Workflow
      • Starting workflow
        • Overview
          • HTTPCall
          • GRPCCall
          • YMQ
          • YDS
          • YDBDocument
          • FunctionCall
          • ContainerCall
          • FoundationModelsCall
          • ObjectStorage
          • Tracker
          • Postbox
          • Workflow
          • Disk
      • Templating
    • Quotas and limits
  • Pricing policy
  • Terraform reference
  • Release notes

In this article:

  • Organization
  • TrackerGetIssue
  • TrackerCreateIssue
  • TrackerUpdateIssue
  • TrackerUpdateIssue.Action
  • TrackerUpdateIssue.AdditionalProperties
  • InterpolatableMap
  • MapValue
  • TrackerListIssues
  • TrackerLinkIssues.SearchOptionsFilter
  • TrackerLinkIssues
  • TrackerUpdateIssueStatus
  • TrackerCreateComment
  • TrackerUpdateComment
  • TrackerListComments
  1. Concepts
  2. Workflows
  3. YaWL specification
  4. Integration steps
  5. Tracker

Tracker

Written by
Yandex Cloud
Updated at March 27, 2025
  • Organization
  • TrackerGetIssue
  • TrackerCreateIssue
  • TrackerUpdateIssue
  • TrackerUpdateIssue.Action
  • TrackerUpdateIssue.AdditionalProperties
  • InterpolatableMap
  • MapValue
  • TrackerListIssues
  • TrackerLinkIssues.SearchOptionsFilter
  • TrackerLinkIssues
  • TrackerUpdateIssueStatus
  • TrackerCreateComment
  • TrackerUpdateComment
  • TrackerListComments

Accessing the Yandex Tracker API. The getIssue, createIssue, updateIissue, listIssues, linkIssues, updateIssueStatus, createComment, updateComment, and listComments fields are mutually exclusive.

Field name Type Required Default value Templating is supported Description
endpoint string No api.tracker.yandex.net Yes Host for calling the Yandex Tracker API.
oauthToken string Yes No Yes OAuth token to be used for authorization when accessing the Tracker API.
organization Organization Yes No No Organization ID.
getIssue TrackerGetIssue No No No Description of the action to get an issue.
createIssue TrackerCreateIssue No No No Description of the action to create an issue.
updateIissue TrackerUpdateIssue No No No Description of the action to update an issue.
listIssues TrackerListIssues No No No Description of the action to search for an issue.
linkIssues TrackerLinkIssues No No No Description of the action to add a link between issues.
updateIssueStatus TrackerUpdateIssueStatus No No No Description of the action to update an issue status.
createComment TrackerCreateComment No No No Description of the action to create a comment.
updateComment TrackerUpdateComment No No No Description of the action to update a comment.
listComments TrackerListComments No No No Description of the action to display comments on an issue.

OrganizationOrganization

The yandexOrganizationId and cloudOrganizationId fields are mutually exclusive.

Field name Type Required Default value Templating is supported Description
yandexOrganizationId string No No Yes Organization ID in Yandex 360 for Business.
cloudOrganizationId string No No Yes Organization ID in Yandex Cloud Organization.

TrackerGetIssueTrackerGetIssue

Field name Type Required Default value Templating is supported Description
key string Yes No Yes Issue key.

TrackerCreateIssueTrackerCreateIssue

Field name Type Required Default value Templating is supported Description
queue string Yes No Yes Queue to create the issue in.
title string Yes No Yes Issue title.
parent string No No Yes Parent issue key.
description string No No Yes Issue description.
sprints string No No Yes One of more sprints. You can specify the value as a string or JSON array.
type string No No Yes Issue type.
priority string No No Yes Issue priority.
followers string No No Yes One or more followers. You can specify the value as a string or JSON array.
assignee string No No Yes Issue assignee.
author string No No Yes Issue reporter.
additionalProperties map[string]string No No Yes Additional issue fields.

TrackerUpdateIssueTrackerUpdateIssue

Field name Type Required Default value Templating is supported Description
key string Yes No Yes Issue key.
title string No No Yes Issue title.
parent string No No Yes Parent issue key.
description string No No Yes Issue description.
sprints TrackerUpdateIssue.Action No No Yes Linked sprints.
type string No No Yes Issue type.
priority string No No Yes Issue priority.
followers TrackerUpdateIssue.Action No No Yes Followers in the issue.
additionalProperties TrackerUpdateIssue.AdditionalProperties No No Yes Additional issue fields.

TrackerUpdateIssue.ActionTrackerUpdateIssue.Action

The setValue, addValuesList, removeValuesList, and replaceValuesMap fields are mutually exclusive.

Field name Type Required Default value Templating is supported Description
setValue string No No Yes Replaces the issue field value. You can specify the value as a string or JSON array.
addValuesList string No No Yes Adds one or more values to the issue field. You can specify the value as a string or JSON array.
removeValuesList string No No Yes Deletes one or more values from the issue field. You can specify the value as a string or JSON array.
replaceValuesMap InterpolatableMap No No No Describes a list of field values to be replaced and their new values.

TrackerUpdateIssue.AdditionalPropertiesTrackerUpdateIssue.AdditionalProperties

Field name Type Required Default value Templating is supported Description
pairs map[string] TrackerUpdateIssue.Action No No Yes Dictionary of pairs: the name of the additional field and the action to perform on it.

InterpolatableMapInterpolatableMap

The json and plainValue fields are mutually exclusive.

Field name Type Required Default value Templating is supported Description
json string No No Yes Dictionary containing a JSON array of pairs: current and new values of fields.
plainValue MapValue No No No Dictionary containing an array of pairs: current and new values of fields as MapValue objects.

MapValueMapValue

Field name Type Required Default value Templating is supported Description
pairs map[string]string Yes No Yes Dictionary containing an array of pairs: current and new values of fields.

TrackerListIssuesTrackerListIssues

The queue, keys, filter, and query fields are mutually exclusive.

Field name Type Required Default value Templating is supported Description
pageSize string No No Yes Maximum number of issues to be included in a response.
pageNumber string No No Yes Page number in the issue list output.
queue string No No Yes Queue to find issues in.
keys string No No Yes Issue keys that need to be found. You can specify the value as a string or JSON array.
filter TrackerLinkIssues.SearchOptionsFilter No No Yes Issue search filter by field values.
query string No No Yes Filter in the request language.

TrackerLinkIssues.SearchOptionsFilterTrackerLinkIssues.SearchOptionsFilter

Field name Type Required Default value Templating is supported Description
issueProperties map[string]string Yes No Yes Fields to search by and the required values.
order string No No Yes The direction and field for sorting issues.

TrackerLinkIssuesTrackerLinkIssues

Field name Type Required Default value Templating is supported Description
key string Yes No Yes Issue key.
linkKey string Yes No Yes Key of the issue you need to link to the issue specified in the key field.
relationship string Yes No Yes Type of links between issues.

TrackerUpdateIssueStatusTrackerUpdateIssueStatus

Field name Type Required Default value Templating is supported Description
key string Yes No Yes Key of the issue whose status you need to change.
transition string Yes No Yes Transition ID.
additionalProperties MapValue No No Yes Additional fields required for a transition.

TrackerCreateCommentTrackerCreateComment

Field name Type Required Default value Templating is supported Description
key string Yes No Yes Key of the issue to add a comment to.
text string Yes No Yes Text of the comment.
mentions string No No Yes Mentions by users. You can specify the value as a string or JSON array.

TrackerUpdateCommentTrackerUpdateComment

Field name Type Required Default value Templating is supported Description
id string Yes No Yes ID of the comment being updated.
issueKey string Yes No Yes Key of the issue the comment relates to.
text string Yes No Yes New comment text.

TrackerListCommentsTrackerListComments

Field name Type Required Default value Templating is supported Description
key string Yes No Yes Issue key.
lastCommentId string No No Yes Comment's id parameter value after which the requested page will begin.
pageSize string No No Yes Maximum number of comments per response.

Was the article helpful?

Previous
ObjectStorage
Next
Postbox
© 2025 Direct Cursus Technology L.L.C.