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.
aggregatetimeoriginalestimate
timeestimate
timeoriginalestimate
aggregatetimeestimate
aggregateprogress
progress
thanks!
thank you Nic,
which one belongs to the picture below? And how can I change this attribute (Estimated) through the API?
All of them. Estimated is the original estimate, but if it's been changed by a user, you'll be seeing time estimate. Progress accumulates them with the work that has been logged.
mutableIssue.setEstimate(x) will do it.
oh, sorry I have not expressed myself clearly, I am using JIRA REST API and want to change this parameter through POST/PUT by means of curl
Ah, ok, I saw you'd got another question for that specifically, so I popped an answer on that.
Hello Nic,
can you please share me that link.
I mean for this -> Ah, ok, I saw you'd got another question for that specifically, so I popped an answer on that.
I want to use JIRA REST API for getting the remaining estimate(logged) time. If anyone can help here.