Custom Coloured UI Header Panel (Caption: "External User") Shown when New SPACE viewed.
Hi Community
Please can any one advise a way to show a Custom UI Header Web Panel, when a Space is being viewed.
I have looked at a Scriptrunner Fragments script, but do not have the Sapce ID Context with a Header Panel location.
The script is looking at User Groups & Space permissions to determine what UI panel to show.
I had a quick look add Script Runner Events & Custom HTML with no real solution.
CSS Style Sheet condition with a Space ID Context?
Best Regards
IT Support.
Confluence; Server; Scriptrunner; Fragments; Context Space: Works as Expected.
CONDITION:
import com.atlassian.confluence.spaces.Space
def space = context.space as Space
(space.key in ["TEST"])
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.