WebPanel show in new Jira view

Hi Dugald
Thank you for your reply. I already have a conditions-node (and it’s working - see below). The problem is that it’s working only for the classical view in Jira - not the experiemental/new view that new users default to. I found the “documentation” for ContentPresentConditions" here: jiraIssueContents conditions

This is my working conditions-node, but it’s working only for the classical issue-view in Jira (not the experimental one):

"conditions": [				
				{
				  "condition": "addon_property_contains_context",
					"params": {
						"propertyKey": "actconfiguration",
						"objectName": "visibility.issueTypes",
						"contextParameter": "issuetype.id"
					}				  
				}
			]