Skip to main content

argus_ticket_jira

This is a plugin to create tickets in Jira from Argus

Settings

  • TICKET_PLUGIN: "argus_ticket_jira.JiraPlugin"

  • TICKET_ENDPOINT: "https://jira.atlassian.net" or link to self-hosted instance, absolute URL

  • TICKET_AUTHENTICATION_SECRET: Create an API token

    {
        "token": token,
    }
    

    If you're using a cloud-hosted instance, also add your email address:

    {
        "token": token,
        "email": email address,
    }
    
  • TICKET_INFORMATION: Projekt key or id (obligatory)

    To know which project to create the ticket in the Jira API needs to know the project key or id of it. To figure out the project key visit the section Project Key of the Jira ticket documentation.

    To figure out the project id visit this guide on how to get the project id

    {
        "project_key_or_id": project_key_or_id,
    }
    

    Task type (optional)

    If the tickets should have a different type than Task this need to be declared.

    {
        "type": "Epic"|"Story"|"Task"|"Bug"|"Subtask"|any other ticket type,
    }
    

    Custom fields (optional)

    There are two ways of automatically filling custom fields:

    1. Custom fields that are always the same, independent of the incident. These will be set in custom_fields_set with the name of the custom field as key and the fixed value as value.

      {
          "custom_fields_set" : {
              "name_of_custom_field": set_value,
          }
      }
      
    2. Custom fields that are filled by attributes of the Argus incident. These are set in custom_fields_mapping with the name of the custom field as key and the name of the attribute as it is returned by the API as value (e.g. start_time). If the information can be found in the tags the value consists of a dictionary with tag as the key and the name of the tag as the value (e.g. {"tag": "host"}).

      {
          "custom_fields_mapping" : {
              "name_of_custom_field": attribute_of_incident,
              "name_of_custom_field": {"tag": name_of_tag},
          }
      }
      

    A completely filled TICKET_INFORMATION could look like this:

      ```
      {
          "project_key_or_id": "AT",
          "type": "Bug",
          "custom_fields_set" : {
              "source": "Argus",
          },
          {
          "custom_fields_mapping" : {
                  "start": "start_time",
                  "host": {"tag": "host"},
              }
          }
    
      }
      ```
    

Code style

argus_ticket_jira uses ruff as a Python source code formatter and linter. Ruff can be installed by running

$ pip install ruff

A pre-commit hook will format new code automatically before committing. To enable this pre-commit hook, run

$ pre-commit install

Running tests

If you have installed tox, the following command will test argus_ticket_rt code against several Django versions, several Python versions, and automatically compute code coverage.

$ tox

An HTML coverage report will be generated. Refer to the tox.ini file for further options.

Release files for argus-ticket-jira 1.2.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Built distribution (wheel)

Table of built distributions (wheels) for argus-ticket-jira 1.2.0
File Interpreter ABI Platform
argus_ticket_jira-1.2.0-py3-none-any.whl Python 3 none any Details

Release files / argus_ticket_jira-1.2.0-py3-none-any.whl

Download URL argus_ticket_jira-1.2.0-py3-none-any.whl
Size 16.7 kB
Tags Python 3
SHA-256 checksum
How to use checksums
bd26e4f43f37ea06276ae433698342eb391ee14146783aa1ac185c31adbecd98
BLAKE2b-256 checksum
How to use checksums
13df1f8fba014499b0d422da4ec8055d23636f0a32e0d846448b957b56ab686e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.12.3

Release history Release notifications | RSS feed

This release

1.2.0 This release

1 release file

1.1

1 release file

1.0.2

2 release files

1.0.1

2 release files

1.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page