-
Notifications
You must be signed in to change notification settings - Fork 129
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
Mantis GitLab Plugin Extension - Add more Status Changes #281
Comments
Your requirement is not very clear. Please explain your process / workflow.
Does that mean you're using both Mantis and Github issues in parallel ?
You can reference an issue id in the merge commit (e.g. Fixes #xxx) so that In any case, the plugin's purpose is limited to integrating with a repository - not with an application managing that repository. In other words, it only deals with commits, and not with activity happening outside of the repository; it has no concept of Issues (outside of Mantis) or merge/pull requests, etc. |
@dregad I can provide my impression of this. What @promat01 probably meant, that currently Source supports only two function related to commit messages: making links between commits and mentioned issues and resolving (moving to any state defined in settings) the issues mentioned in the commit. Suggestion could be to have something like: @promat01 have you tried to set up Source watching only |
Hey, Would be great if you can help me with that or even implement this in the main version of the plugin. The current plugin version is really nice, but I think there should be some more steps to automize the tickets, which would be very helpful for me. |
I still get the feeling that what you're asking for is not directly related to source integration (at least, the way it's currently implemented in this plugin, and how I've been using that in the past). What I mean, is that it's not a source repository commit that should (IMHO) trigger an issue's status to In Progress (it normally happens before that). I'll agree that having a 3rd set of RegEx to trigger a second status change in addition to Resolved might be useful in your workflow of closing an Issue when the corresponding pull request is merged; however please note doing that would require the person merging the PR to manually reference the proper issue in the commit message. Of course this would have to be generic (i.e. in main Source plugin), and not Gitlab-specific. In any case, this sounds like a fairly important change, and one that I currently I have neither the time nor the interest to implement myself. If you are willing to contribute this feature, I will gladly review your pull request. |
Hello,
I am using the Mantis GitLab Plugin and I would like to have an extension for the Plugin. It would be great to implement another status change when linking a Mantis Ticket and a GitLab Issue.
Another status change after a merge has finished would also be nice.
Is there already some extension for this plugin or could you please add this to an upcoming plugin version?
Thank you and best Regards,
The text was updated successfully, but these errors were encountered: