Skip to end of banner
Go to start of banner

Jython Macro

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Name

Jython Macro

Plugin

Scripting for Confluence

Description

Java scripting using Jython

Documentation

  • Help available in the notation guide.

Common parameters

Pre-defined variables

Usage

 
{jython}
out.println("Hello world");
{jython}
 
{jython:output=wiki|script=#example.py|var1=test}
{jython} 
 
{jython:var1=hello|var2=world}
print "Output parameter"
print var1 + var2
out.println(var1 + var2)
{jython}

Security

This macro support Macro Security for Confluence.

Open Issues with this component

type key summary reporter assignee priority status

Unable to locate Jira server for this macro. It may be due to Application Link configuration.

  • No labels