-
Notifications
You must be signed in to change notification settings - Fork 26
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
Take category assignee into account in interactive mode #30
Comments
Yep, good point. I guess the category assignee is applied after the plugin's hook is called. |
Category assignee is never visible until you commit the issue. This plugin sets it up ASAP. In my company this makes it unusable since every project has bunch of categories with default assignees and we wanted to use default one only if category is not specified or it doesn't have a default assignee itself. |
Can you explain in more detail what you mean when you say "this plugin sets it up ASAP"? |
I mean the assignee is visible as soon as you click New Issue. Contrary to that assignee is empty with category defaults and becomes visible once you save it |
Have you tried changing the "interactive" option in the settings for the plugin? |
Yup, nothing changed. |
OK, so just to clarify: you're saying that the assignee is filled in already when the "New Issue" form is shown? |
Yes. |
My bad. I rechecked again and it works with "non interactive" settings. With interactive it doesn't. |
OK, good. I'm not going crazy then :p |
I'll leave this open to look into how easy it might be to account for category assignees in interactive mode. |
Thx for your help |
I thought interactive mode will solve this, but it still happens -> default assignee will overwrite default category assignee.
The text was updated successfully, but these errors were encountered: