{% extends "integrations/wizard_base.html" %} {% block wizard_steps %}
{{ _('First, configure OAuth credentials for Jira. You can get these from Atlassian Developer Console.') }}
{{ _('Get this from Atlassian Developer Console') }}
{{ _('Your Jira Cloud or Server URL (e.g., https://your-domain.atlassian.net)') }}
{{ _('Add this URL as an authorized redirect URI in your Jira OAuth app settings:') }}
{{ url_for('integrations.oauth_callback', provider='jira', _external=True) }}