...
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 | ||
---|---|---|
| ||
This routine is available starting from in Power Actions for JIRA (former Blitz Actions) 4™ starting 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 |
---|---|---|---|
name | string | yes |
Attribute name | ||
value | string | yes |
Attribute value |
Return type
The returned value has no meaning.
Examples
Example 1
Code Block |
---|
return BA_setBlitzAttribute("userKey", "admin"); |
...