Hello!
I would like to not load some of jiraBackgroundScripts on some issues. This would be based on conditions. I thought conditions
are supported on all modules in Connect.
This fragment does not work(script is always loaded):
"jiraBackgroundScripts": [
{
"url": "issue-script",
"location": {
"type": "issue_view",
"shouldReloadOnRefresh": true
},
"key": "issue-script",
"conditions": [
{
"condition": "jira_expression",
"params": {
"expression": "false"
}
}
]
}
]