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
There are a couple of different potential use cases for the sentry-jira plugin and rather than attempt to handle it all from the single "Create JIRA Issue" endpoint and handle multiple use cases within it, It would be ideal if there could be a mechanism in the plugin interface to register multiple entry points into the plugin.
IRC Log
[20:45:12] <Thurloat>@davidcramer is there a way to register multiple action items as a sentry plugin and have multiple entry points?
[21:58:17] <davidcramer>Thurloat, not easily yet
[21:58:24] <davidcramer>Thurloat, i want to make something like a get_urls() or something
[21:58:34] <davidcramer>Thurloat, you'd basically make your action endpoint act as a controller with the way it is now
There are a couple of different potential use cases for the sentry-jira plugin and rather than attempt to handle it all from the single "Create JIRA Issue" endpoint and handle multiple use cases within it, It would be ideal if there could be a mechanism in the plugin interface to register multiple entry points into the plugin.
IRC Log