The auto_rn_ft.py
Python script relies on project-specific Jira fields.
To adapt the script to a Jira instance:
- Open
auto_rn_ft.py
in a text editor. -
Under
# Variables
, replace the values of theversion_prefix
,jira_project_key
,fix_version
, andticket_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.
-
Save the file.