Versions Compared

Key

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

...

Info
titleAvailability

This routine is available starting from in Power Actions for JIRA (former Blitz Actions) 4starting with v4.1.0 and above.

Syntax

BA_setBlitzAttribute(name, value)

Description

Excerpt

Stores in the HTTP session the given attribute as a (name, value) pair in the HTTP session.

Parameters

Parameter name

Type

Required

Description

namestringyesThe attribute Attribute name
valuestringyesThe attribute Attribute value

Return type

The returned value has no meaning.

Examples

Example 1

Code Block
return BA_setBlitzAttribute("userKey", "admin");

...