Versions Compared

Key

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

...

Table of Contents
minLevel1
maxLevel6
outlinefalse
stylenone
typelist
printabletrue

Jira Software Project

Before you can start to register certificates you are tasked to complete and save the settings.

Issue creation settings

Following fields are available:

...

As indicated for “Issue summary” and “Issue Description”, the usage of certificate variables is possible and allows the creation of meaningful outputs.

Available are: {{commonName}} {{alternateName}} {{issuer}} {{issuerCN}} {{validFrom}} {{validUntil}} {{notes}}

Jira additional fields mappings and values

This section enables you to add additional fields (simple custom fields) and values that you wish to populate. As a standard for software projects, the setting is pre-populated with the 'Due date'.

...

Please do not forget to press 'Save' when done.

Import & Export

The app allows in the import & export tab to download all data and settings as json file.

You can also upload data in the same structure. Please be aware that your data is only overwritten with the import, the certificates based on their uuid. It does not delete any data.

Jira Service Management

Before you can start to register certificates you are tasked to complete and save the settings.

Issue creation settings

Following fields are available:

...

As indicated for “Issue summary” and “Issue Description”, the usage of certificate variables as well as the name or the organisation is possible to create meaningful outputs.

Available are: {{organisation}} {{commonName}} {{alternateName}} {{issuer}} {{issuerCN}} {{validFrom}} {{validUntil}} {{notes}}

Jira additional fields mappings and values

This section enables you to add additional fields (simple custom fields) and values that you wish to populate. For service management projects following fields are pre-populated:

...

Note

Please make sure to select from the dropdown the matching custom field from your project.

Additional fields values

For text fields you can use again the variables from above.

...

To set the time for e.g. planned start use 'hour' after the date variable.

{{ validUntil | minusDays: 7 | hour: 18}} means one week before ‘validUntil’ at 6pm

...

Jira API

Note

This is required if you want to use ‘affected services’

Unfortunately Jira does not allow apps to use internally the APIs offering ‘affected services’. We found a workaround by using the official public APIs. For this you have to provide a valid API key as instructed on the page.

...

Import & Export

The app allows in the import & export tab to download all data and settings as json file.

...