Dec-24-2022, 09:45 AM
(Dec-24-2022, 09:35 AM)ndc85430 Wrote: Why are you building dictionaries inside strings instead of actually using dictionaries like the last code snippet you show does?
I am not sure if I get your intention. My intention was to have one defined structure and adapt the entries in one creation section.
- project and issuetype are fix values
- summary and description are covered via variables
- only the components are flexible in their structure
How can I implement my use case as dictionaries then as you mean it?