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 Actions for Jira 8? Click here and leave these dusty old pages behind!

 
Info
titleAvailability

This routine is available since Blitz Actions 4in Power Actions starting with v4.1.0 and above.

...

Syntax

...


BA_getBlitzAttribute(name)

Description

...

Excerpt

Returns the value stored for the given attribute name or an empty string, if no value is stored for that name. The values are retrieved from the HTTP session, where they have been previously set using the BA_setBlitzAttribute routine.

Parameters

...

Parameter name

Type

Required

Description

namestringyes
The attribute
Attribute name

Return type

...

string

...

Examples

Example 1

...

Code Block
return BA_getBlitzAttribute("userKey");

Example 2

...

Code Block
return BA_getBlitzAttribute("city");