Skip to end of banner
Go to start of banner

Post Functions

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 2 Next »

Post Functions are extremely simple to write since they run in the context of the issue and don’t need to return any values.

Example 1 - Assign issue

assignee = "becky";

Example 2 - Create suntask

createIssue(project, key, "Sub-task", "This is the summary");

  • No labels