We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d4cfd87 + 263c70b commit 2a993eaCopy full SHA for 2a993ea
src/content.js
@@ -203,7 +203,7 @@ function handlePrCreatePage() {
203
if (titleMatch) {
204
// Found a title, fetch some info from the ticket
205
// Get the last one in the list.
206
- let ticketNumber = titleMatch[titleMatch.length - 1];
+ ticketNumber = titleMatch[titleMatch.length - 1];
207
ticketUrl = 'https://'+jiraUrl+'/browse/' + ticketNumber;
208
209
//Load up data from jira
0 commit comments