...
Code Block | ||||
---|---|---|---|---|
| ||||
<jira.init> <username>{$ctx:username}</username> <password>{$ctx:password}</password> <uri>{$ctx:uri}</uri> </jira.init> |
properties
username:
The username of the user.password:
The password of the user.uri:
The instance URI of Jira account.
...