Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Since: v6.1.0. Jira: Server, Data Center

Info

Note that in Cloud, dedicated JQL functions are not available.

At some point you might want to see issues created with use The Scheduler, we have created 2 special function allowing you do so

...

schedulerGetAllGeneratedIssues() - this function allows you to display all issues created by The Scheduler (even if Scheduled Issue was already removed)

  • without any parameters it will return all created by The Scheduler issues

...


  • Code Block
    issue in schedulerGetAllGeneratedIssues()

    Image Added

  • with project Key(s) it will return issues created in chosen project/projects

...


  • Code Block
    issue in schedulerGetAllGeneratedIssues(SSD,KSD)

    Image Added

schedulerGetGeneratedIssuesByName("") - this function allows to search for all issues created by specific Scheduler Issue, it requires exact name of that Scheduled IssueImage Removed

Code Block
issue in schedulerGetGeneratedIssuesByName("example")

Image Added


Both of the functions are available to all users, even without access to The Scheduler