Issue Details (XML | Word | Printable)

Key: JRA-9533
Type: Improvement Improvement
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Amrita Dhillon
Votes: 5
Watchers: 4
Operations

If you were logged in you would be able to see more operations.
JIRA

Add ability to retrieve change log and status change dates via the SOAP API

Created: 02/Mar/06 04:10 PM   Updated: 04/Jul/08 08:03 AM
Component/s: Remote API (SOAP & XML-RPC)
Affects Version/s: 3.4.2
Fix Version/s: None

Time Tracking:
Not Specified

Environment:
System Info
System Date Thursday, 02 Mar 2006
System Time 16:21:41
Java Version 1.4.2_04
Java Vendor BEA Systems, Inc.
JVM Version 1.0
JVM Vendor Sun Microsystems Inc.
JVM Implementation Version ari-32707-20040719-1027-linux-ia32
Java Runtime Java(TM) 2 Runtime Environment, Standard Edition
Java VM BEA WebLogic JRockit(TM) 1.4.2_04 JVM Adhoc build
User Name etgjrfp
User Timezone America/New_York
User Locale English (United States)
System Encoding UTF-8
Operating System Linux 2.4.21-27.10.ELsmp
OS Architecture i386
Application Server Container WebLogic Server 8.1 SP3 Tue Jun 29 23:11:19 PDT 2004 404973
Database type db2
Database JNDI address jirads

Participants: Abdula Han, Amrita Dhillon and Anton Mazkovoi [Atlassian]
Since last comment: 14 weeks, 2 days ago
Labels:


 Description  « Hide
Currently each JIRA issue has a change log associated with it, which displays the Field change information (ie. Status, Assignee, resolution). The change log tells which field has changed, when was it changed, what was the old value and what is the new value. Is this change log available via the SOAP API?

For instance we have opened an issue LEH-1 and the status is Open. After a week the issue status changed to Closed. We need timestamps when such transitions occur. The issue might have been commented a number of times before and after it was closed. We dont need these intermediate timestamps.

LEH-1
Opened --------- March 2 16.30 2006
Say it was commented ------ March 3 16.30 2006
Closed---------------- March 6 16.30 2006
Commented---------March 7 16.30 2006

Our interest would be in dates when the issue status changes. (i.e. open<------->progress/close /[all other statuses]). Would it be possible to provide a API for this information?

Can this be implemented in your next future JIRA release?



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Anton Mazkovoi [Atlassian] added a comment - 03/Mar/06 02:44 AM
Amrita,

The change log is not avaialble via the soap API at the moment. JIRA 3.6 is quite full of at the moment so I am afreaid we will not get a chance to get this in.

The source of the RPC (SOAP) Plugin is available so it should be possible to extend the plugin to provide access to this information. The source of the plugin is avaialble from:
http://confluence.atlassian.com/display/DEV/Implementation+of+New+Features+and+Improvements

Thanks,
Anton


Abdula Han added a comment - 04/Jul/08 08:03 AM
We need this improvement too. Please add. Thank you