Asana: Read project identifier from topbar page header
This commit is contained in:
@@ -17,7 +17,7 @@ export default {
|
||||
document.querySelector(".ItemRow--highlighted textarea")?.textContent?.trim() ||
|
||||
document.querySelector(".ItemRow--focused textarea")?.textContent?.trim() ||
|
||||
document.querySelector(".SingleTaskPane textarea")?.textContent?.trim(),
|
||||
projectId: projectIdentifierBySelector(".TaskProjectPill-projectName"),
|
||||
projectId: projectIdentifierBySelector(".TopbarPageHeaderStructure-titleRow h1"),
|
||||
},
|
||||
|
||||
"github-pr": {
|
||||
|
||||
Reference in New Issue
Block a user