Update jira service configuratioin

This commit is contained in:
Manuel Bouza 2019-03-26 12:41:00 +01:00
parent b9f417140d
commit f49c0bdc3d

@ -64,7 +64,7 @@ export default {
document
.querySelector(".ghx-selected .ghx-summary")
?.textContent?.trim()
return `[${id}] ${title || ""}`
return `#${id} ${title || ""}`
}
},