Jira integration in the free tier. #2250
Unanswered
dariofervenza
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have been inspecting the code and the documentation but I could not make the Jira integration work.
So far I have found a related function in pr_agent/tools/ticket_pr_compliance_check.py with signature def find_jira_tickets(text):
However, this is an unused function.
Besides, I have tried to locate the config key "jira_api_token" but it is only present here:
skip_keys = ['ai_disclaimer', 'ai_disclaimer_title', 'ANALYTICS_FOLDER', 'secret_provider', "skip_keys", "app_id", "redirect", 'trial_prefix_message', 'no_eligible_message', 'identity_provider', 'ALLOWED_REPOS', 'APP_NAME', 'PERSONAL_ACCESS_TOKEN', 'shared_secret', 'key', 'AWS_ACCESS_KEY_ID', 'AWS_SECRET_ACCESS_KEY', 'user_token', 'private_key', 'private_key_id', 'client_id', 'client_secret', 'token', 'bearer_token', 'jira_api_token','webhook_secret'] partial_skip_keys = ['key', 'secret', 'token', 'private']I would like to confirm if Jira integration is only available in the pro version.
In my opinion, I believe that it is confusing because in the free version there is a .md document that explains Jira integration (docs/docs/core-abilities/fetching_ticket_context.md).
Thanks.
Best wishes.
Beta Was this translation helpful? Give feedback.
All reactions