Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement queue chain command #23

Open
sobolevn opened this issue May 22, 2019 · 0 comments
Open

Implement queue chain command #23

sobolevn opened this issue May 22, 2019 · 0 comments
Labels
feature New feature or request

Comments

@sobolevn
Copy link
Member

What needs to be done?

Blocked by #17

We need to implement this usecase: sometimes we need to queue multiple issues at once.
That's how it looks like:

@kira-bot queue chain
\```yaml
after: 10
chain: 
  - 14
  - task: 15
     chain:
       - 16
  - 17
  - task: 18 
     after: [14, 17]
\```

(note that \ is used for escaping purposes only)

That's what it should do:

  1. You can work on 14, 15, and 17 in parallel
  2. You can not work on 16 until 15 is resolved
  3. You can work on 18 only when both 14 and 17 are resolved
@sobolevn sobolevn added the feature New feature or request label May 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant