Versions Compared

Key

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

...

Code Block
languagehtml/xml
titleinit
<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.

...