Using Jira API and python I want to Populate automatically the Description field with a template like the one below, every time a new issue is created for an specific project:
Some Bold Text: Some Bold Text
Some Bold Text: Some Text
Some Italic text
Using Jira API and python I want to Populate automatically the Description field with a template like the one below, every time a new issue is created for an specific project:
Some Bold Text: Some Bold Text
Some Bold Text: Some Text
Some Italic text
Copyright © 2021 Jogjafile Inc.
That seems like a rather convoluted solution for a simple problem. Why not just create an automation rule in Jira to do the task?