You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hello, struggling to edit a ticket summary, I can already post comments with below:
So I've been able to use python to sumbit a JSON POST command using the below code:
Despite my best efforts I can't update the summary. I've tried many combos including changing the link to and the JSON:
As per the Edit issue endpoint documentation, you don't update (change) an issue field with a POST request, but a PUT request.
Well seen,
I had not paid attention to the method!
I don't know how to develop in python so I didn't look at the code.
I'm more on PowerShell or Node js.
I think your answer can fix the problem
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So simple ! That actually is likely the issue... I'm going to go down that rabbit hole using a PUT request instead of POST and see what I get. Thanks !
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For anyone looking for a solution to this:
Code:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
All of my attempts return a status code 405, so I know I'm close but lacking something I need.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Do you have a preference in the choice of programming language?
I don't really understand this python script
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I prefer Python, this contains both. All this script is doing is sending a JSON Request to the REST API
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.