Skip to end of banner
Go to start of banner

addIssuesToSprint

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

Description

Associates multiple issues or tasks with a specific sprint, indicating that these tasks are part of the work to be completed during that sprint.

Parameters

Return Type

Boolean

Returns a boolean telling you if the issues were added in the sprint

Example

string [] issues = "TEST-1|TEST-2|TEST-3";
return addIssuesToSprint(issues, 12345);

Returns true if successful, false if otherwise.

See also

Filter by label

There are no items with the selected labels at this time.

We've encountered an issue exporting this macro. Please try exporting this page again later.
  • No labels