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

Allow issue keys in comments #4

Open
parnic opened this issue Oct 6, 2023 · 0 comments
Open

Allow issue keys in comments #4

parnic opened this issue Oct 6, 2023 · 0 comments

Comments

@parnic
Copy link
Owner

parnic commented Oct 6, 2023

Currently as soon as the plugin sees a new issue key, it assumes it's a new operation on a new issue, so it stops processing the comment. This can cause a comment to appear cut off if the user wanted to say something like "Fixed this issue, which was also causing TEST-24 because of..." where currently the comment will end up "Fixed this issue, which was also causing". The intent here is to allow multiple operations on multiple issues in the same line, but if there are no commands after an issue key, there's no sense in behaving this way.

So, the proposal:

TEST-1 #comment fixed this and TEST-2 together

Would leave comment "fixed this and TEST-2 together" on TEST-1 and do nothing to TEST-2.

TEST-1 #comment fixed TEST-2 #done

Would retain the behavior of leaving the comment "fixed" on TEST-1 and transitioning TEST-2 to Done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant