We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e50635 commit 4fcaaeaCopy full SHA for 4fcaaea
src/content/youtrack.js
@@ -64,7 +64,7 @@ togglbutton.render(
64
65
const reporterInfoContainer = reporterInfo.parentElement
66
67
- const issueId = $('.idLink__ee62').textContent.trim()
+ const issueId = reporterInfoContainer.querySelector('a[href*="issue/"]').textContent.trim()
68
const issueTitle = $('h1').textContent.trim()
69
70
const link = togglbutton.createTimerLink({
0 commit comments