{% extends "integrations/wizard_base.html" %} {% block wizard_steps %}

{{ _('Step 1: OAuth Setup & Basic Configuration') }}

{% if current_user.is_admin %}

{{ _('First, configure OAuth credentials for Jira. You can get these from Atlassian Developer Console.') }}

{{ _('Get this from Atlassian Developer Console') }}

{% endif %}

{{ _('Your Jira Cloud or Server URL (e.g., https://your-domain.atlassian.net)') }}

{{ _('OAuth Redirect URI') }}

{{ _('Add this URL as an authorized redirect URI in your Jira OAuth app settings:') }}

{{ url_for('integrations.oauth_callback', provider='jira', _external=True) }}
{% endblock %} {% block wizard_js %} {% endblock %}