Is there a way to do an issue.append to a the Description field? I want to take text from a Notes field and append to the bottom of the Description field in Jira.
I tried the append method but it isn't supported for description I guess.
issue.append(fields={"description": {"name": notes}})
If is use issue.update, will that overwrite my initial issue.create with description?
Hi Malcom,
The Atlassian User Community and Developer Community recently got split up.
It'll probably be better for you to ask your question at https://community.developer.atlassian.com/, you'll have a better chance of getting an answer there!
Best,
Maarten
Still thinking about joining us for Team '25 Europe? Early bird has been extended for just one week! Now’s the time to lock in your lowest rate. Use code TEU25COMM-20 to save 20% at checkout. Hurry, this only lasts for 1 more week.
Learn more
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.