Hi
I have a question as in the topic.
I've just wanted to use condition parameters to determine when my web panel should be visible.
I've decided to use condition parameters with stored property
https://developer.atlassian.com/static/connect/docs/latest/concepts/conditions.html#static-condition-parameters
Example:
- Property
PROPERTY_KEY = myproperty
VALUE = {"id":"10002","key":"PROJECT KEY","name":"Project Name"}
- Condition
{
"condition":"entity_property_equal_to",
"params":{
"entity":"addon",
"propertyKey":"myproperty",
"objectName":"id",
"value":"{project.id}"
}
}
When I set value in condition to "10002" everythings works fine, but when I try to use context parameters, I get an exception during installation:
Installation failed. The add-on includes a web fragment condition (entity_property_equal_to) with invalid parameters (Could not parse the value provided).
So, Is there any way to use context parameters in condtion?
Best Regards
Rafał Janiczak