How to link GitHub pull requests
Linking GitHub pull requests with tags
{
...
"synchronization": {
...
"links": [
{
"tagPrefix": "GHPR",
"relationship": "GitHub Pull Request",
"linkTemplate": "https://github.com/my-org/my-project/pull/{id}"
}
],
...
},
...
}Linking GitHub pull requests when the test case changes
Last updated