We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Unable to get this extension to work. Noticed in console I am getting this error:
TypeError: filterElement[fieldName].toLowerCase is not a function at matchField (app.js:473) at app.js:281
in my task templates I have the description as follows (as per the instructions): {"applywhen":[{"System.Tags" : ["UX Core"]}]}
I am adding the tag "UX Core" in my Product Backlog Item and then trying to use the 1-click-child-links, but nothing happens.
Is this an error in the code, or am I doing something incorrect?
The text was updated successfully, but these errors were encountered:
fix für figueiredorui#41
0d3dcc8
Array.isArray(filterElement[fieldName] should not call .toLower() inside
fix für #41 (#44)
2559fcb
Fixed on v0.11.1
Sorry, something went wrong.
No branches or pull requests
Unable to get this extension to work. Noticed in console I am getting this error:
TypeError: filterElement[fieldName].toLowerCase is not a function
at matchField (app.js:473)
at app.js:281
in my task templates I have the description as follows (as per the instructions):
{"applywhen":[{"System.Tags" : ["UX Core"]}]}
I am adding the tag "UX Core" in my Product Backlog Item and then trying to use the 1-click-child-links, but nothing happens.
Is this an error in the code, or am I doing something incorrect?
The text was updated successfully, but these errors were encountered: