Hi,
I'm trying to display webpanel on issues that created under a particular project, however I have tried with several conditions and the last attempt was using condition below:
{
"condition": "entity_property_equal_to",
"params": {
"entity": "project",
"propertyKey": "key",
"value": "BAOJDEV"
}
}
With numerous attempt, nothing works. Can anyone assist me, on how can I achieve this?
Hey Gobinath, welcome to the Community.
Are you using Scriptrunner to add the panel? According to the Scriptrunner documentation, with a project key of 'KEY' you'd use a condition like this:
jiraHelper.project.key in ["KEY"]
If that's not the case, we'll need a little more context about where you're setting this up (Server or Cloud, with/without Scriptrunner) to provide more guidance.
Cheers,
Daniel
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.