Skip to end of banner
Go to start of banner

BA_setBlitzAttribute

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

 

Availability

This routine is available starting from Power Actions for JIRA (former Blitz Actions) 4.1.0

Syntax

BA_setBlitzAttribute(name, value)

Description

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

Parameters

Parameter name

Type

Required

Description

namestringyesThe attribute name
valuestringyesThe attribute value

Return type

The returned value has no meaning

Examples

Example 1

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

Example 2

return BA_setBlitzAttribute("city", "Bucharest");
  • No labels