Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Warning

Looking for the documentation on the newest versions of Power Scripts for Jira 8 for Server/Data Center? Click here !

Power Scripts™ for Jira enriches the SIL™ language by enabling you to directly access custom fields created by Jira Software just like any other Jira custom fields.

...

Code Block
#{Story Points} = 8;
#{TEST-1.Epic Name} = "Best Epic name ever";
print(Rank);
print(TEST-1.Sprint);
print(#{TEST-1.Sprint});
print(#{TEST-1.Business Value});

See also

Live Fields Support for Jira Software Fields
Predefined Jira Software (Agile) Structure Types