Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Introduction: The Time to SLA REST API for Jira Cloud offers a powerful robust set of functionalities to efficiently manage SLAs, calendars, notifiers, issues, recalculation records, and permissions. This guide will article helps walk you through the various capabilities of the API and provide provides examples of how to use them effectively.

  1. How to View and Manage SLAs:

    • Retrieve all SLAs associated with your Jira instance.

    • Obtain detailed information about a specific SLA configuration by its ID.

    • Create new SLA configurations to meet your specific particular requirements.

    • Update existing SLAs with modified parameters.

    • Delete unnecessary SLAs to maintain a clean and organized setup.

    • Clone SLAs from existing configurations to streamline your workflow.

  2. View and Manage Calendars:

    • Access a comprehensive list of calendars defined in the plugin.

    • Retrieve specific calendar configurations using their unique IDs.

    • Create new calendars tailored to your team's scheduling needs.

    • Update existing calendar settings to reflect changes in your workflow.

    • Delete redundant calendars to optimize performance.

  3. View and Manage SLA Notifiers and Global Notifiers:

    • Retrieve all notifiers associated with SLAs in your Jira instance.

    • Access global notifiers defined in Time to SLA for centralized management.

    • Retrieve specific SLA notifier configurations using SLA IDs and notifier IDs.

    • Create new notifier configurations to customize notification settings.

    • Update existing notifier configurations to reflect changes in notification preferences.

    • Delete outdated notifier configurations to maintain data integrity.

  4. View All Issues:

    • Retrieve issued SLAs associated with specific SLA IDs.

    • Obtain issue SLAs for individual issues using their unique issue IDs and SLA IDs.

  5. Manage Recalculation Records:

    • Retrieve records of all SLA recalculations performed in your Jira instance.

    • Initiate SLA recalculation using JQL queries to update SLA data.

    • Abort ongoing recalculation processes if needed.

  6. Manage Permissions:

    • Retrieve details of all permissions associated with the Time to SLA REST API.

    • Update permissions to control access and usage rights effectively.

...