Variables - Fluid Topics - Latest

Automatic Release Notes from Jira to Fluid Topics

Category
How To
Audience
public
Version
Latest

The auto_rn_ft.py Python script relies on project-specific Jira fields.

To adapt the script to a Jira instance:

  1. Open auto_rn_ft.py in a text editor.
  2. Under # Variables, replace the values of the version_prefix, jira_project_key, fix_version, and ticket_description_field variables.

    • version_prefix corresponds to the number of a major version.
    • jira_project_key corresponds to the prefix of a Jira ticket.
    • fix_version is the name of a field containing the version of the changes in the ticket.
    • ticket_description_field is the name of a field containing a description of the changes resulting from the ticket.
  3. Save the file.