...
Info |
---|
Note that in Cloud, dedicated JQL functions are unavailablenot 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
...
without any parameters it will return all created by The Scheduler issues
Code Block issue in schedulerGetAllGeneratedIssues()
with project Key(s) it will return issues created in chosen project/projects
Code Block issue in schedulerGetAllGeneratedIssues(SSD,KSD)
schedulerGetGeneratedIssuesByName("") - this function allows to search for all issues created by specific Scheduler Issue, it requires exact name of that Scheduled Issue
...