You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a project that has ticket numbers belonging to multiple project boards. How difficult would it be to allow projectId to be a regular expression so that this plugin can create releases spanning multiple boards?
The text was updated successfully, but these errors were encountered:
I think we'd like to have the same feature but am not sure from the description of your question.
If you are saying the following:
We have a [Github repo] that has ticket numbers belonging to multiple project[s]. How difficult would it be to allow projectId to be a regular expression so that this plugin can create releases spanning multiple boards?
Then I think we'd also like this feature request.
I think this could be accomplished with the following configuration:
This would require changing the signature of PluginConfig and also iterating through each new project/ticket config but otherwise the plugin would stay the same.
I'd be very happy to take a crack at this if the PR for #58 would get merged in!
We have a project that has ticket numbers belonging to multiple project boards. How difficult would it be to allow
projectId
to be a regular expression so that this plugin can create releases spanning multiple boards?The text was updated successfully, but these errors were encountered: