Skip to end of banner
Go to start of banner

How to configure Custom Cookie

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 3 Current »

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

Instructions

In general, when using the Jira Command Line Interface (CLI) app in Jira Data Center, the CLI will validate 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 CLI option to work properly. i.e


Include this option in your CLI command

--options customCookieKey= <MyKey>


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



  • No labels