Dec-25-2022, 01:37 PM
(Dec-25-2022, 12:58 PM)ndc85430 Wrote: Yes, the keys in s dictionary need to be unique. If you needed to have a list of dictionaries for JIRA, why not do that? You're literally doing it on line 6 in that snippet showing issue_dict
.
So you mean a list of dictionaries like
components = [ { "name": "Linux" }, { "name": "Mint" } ]