Здравствуйте! Возможно ли поменять порядок расположения кнопок на форме?
There is no SOAP api support for that. JIRA Command Line Interface uses REST API to retrieve that for getIssue action (outputFormat 2) and similar.
Thanks for the reply,
Any chance this will be added to the Soap API in the near future??
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In REST, I could be got them by getTimeTracking(). For example:
com.atlassian.jira.rest.client.domain.Issue.getTimeTracking().getOriginalEstimateMinutes()
Hope you can get it.
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.
Did you check the customfieldvalues that are returned in the issue object in SOAP? One of them should be orginalEstimate.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes I did check them, but they don't seem to be there. There are 3 customfields I'm not entirely sure of what they are but they have the wrong values and don't change when I set a different estimate.
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.