Simultaneous processing of all issues in one action

Answered

In particular on-schedule rules.

In one action we processing only one issue. After this action will be called again with processing  next issue. Can I processing all issues in one action?

What do I need:
Scheduled(for example every morning) sending messages to reviewers who didn't complete code review if state of issue equals "Review". Ideally, sending one letter to each reviewer with links to all issues which need to review. Can I do this?

0
1 comment
Avatar
Permanently deleted user

Yes, this is possible. You can read the answer to this question at https://blog.jetbrains.com/youtrack/2017/08/introduction-to-javascript-workflows-in-youtrack-2017-3-webinar-recording-and-qa-session/. In short, "To achieve this, you need to create an “anchor” issue (some dedicated issue which is explicitly guaranteed not to be deleted) and use the search module from the workflow API to get the list of issues you are interested in.". There is an example at the linked page.

0

Please sign in to leave a comment.