Versions Compared

Key

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

This article explains how to use configure a Custom custom cookie using the Jira Command Line Interface (CLI) app in Jira Data Center.

Instructions

In general, when using the Jira Command Line Interface Interface (CLI) app in Jira Data Center, the CLI will validate validates by looking for the default cookie JSESSIONID. However, if the client has their own customized cookie configured in their Load Balancer, then they will have to use the below mentioned CLI option to work properly . i.eInclude ., include this option in your CLI command:

Code Block
themeMidnight
--options customCookieKey= <MyKey>

Replace MyKey with the custom cookie value and then execute run the CLI actions.