JIRA_JQL_PROMPT = '\n This tool is a wrapper around atlassian-python-api\'s Jira jql API, useful when you need to search for Jira issues.\n The input to this tool is a JQL query string, and will be passed into atlassian-python-api\'s Jira `jql` function,\n For example, to find all the issues in project "Test" assigned to the me, you would pass in the following string:\n project = Test AND assignee = currentUser(
)\n or to find issues with summaries that contain the word "test", you would pass in the following string:\n summary ~ \'test\'\n '