BA_setBlitzAttribute

Looking for the documentation on the newest versions of Power Actions for Jira 8? Click here and leave these dusty old pages behind!


Availability

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

Syntax

BA_setBlitzAttribute(name, value)

Description

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

Parameters

Parameter name

Type

Required

Description

namestringyesAttribute name
valuestringyesAttribute value

Return type

The returned value has no meaning.

Examples

Example 1

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

Example 2

return BA_setBlitzAttribute("city", "Bucharest");