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
which works great. However, that means that where before I'd have the changelog link for the GH PR #
* do something (FOO-775) ([#779](https://github.com/xyz/somerepo/issues/779)) ([f885465](https://github.com/xyz/somerepo/commit/f88546534c2d6650674e522bd2e0d3aeca26586a))
Now I have the link to the issue within our issue tracking system (Linear, in this case), and the commit, but not to the PR #:
* do something ([FOO-775](https://linear.app/xyz/issue/FOO-775)) (#779) ([f885465](https://github.com/xyz/somerepo/commit/f88546534c2d6650674e522bd2e0d3aeca26586a))
Is there a way to keep issue / PR #s from GH working while also linking to our issues as well (for example, can I have two different configs for the issue prefixes / url format)?
Also, is there an easy way to regenerate / backfill existing items after changing the config?
The text was updated successfully, but these errors were encountered:
I have the following config
which works great. However, that means that where before I'd have the changelog link for the GH PR #
Now I have the link to the issue within our issue tracking system (Linear, in this case), and the commit, but not to the PR #:
Is there a way to keep issue / PR #s from GH working while also linking to our issues as well (for example, can I have two different configs for the issue prefixes / url format)?
Also, is there an easy way to regenerate / backfill existing items after changing the config?
The text was updated successfully, but these errors were encountered: