|
"<assignee>Unassigned</assignee>" is only current assignee information.
I am asking for assign history. Why do I need this information: In this case it is impossible to find all tasks that were resolved and closed by someone during last week for example (because there is no option in JIRA filters). Or to find all issues that someone is working on, if issue is assigned to anybody else. Since in our company we have weekly based reports this feature is very useful for us. I am going to create some tool that will use XML, provided by JIRA and will give me full information for weekly report (all in one):
So in short I need assign history (it is visible through web interface but absent in XML). Something like this:
<changeHistory> <change type="issue.action.changehistory" username="pmoukhataev" timePerformed="Thu, 24 Feb 2005 16:02:32 +0300 (MSK)"> <changeDetails id="10000" field="assignee" fieldtype="jira" oldstring="Pavel Moukhataev" oldvalue="pmoukhataev" newstring="User One" newvalue="user1" /> </change> <change type="issue.action.changehistory" username="pmoukhataev" timePerformed="Thu, 24 Feb 2005 16:02:39 +0300 (MSK)"> <changeDetails id="10001" field="assignee" fieldtype="jira" oldstring="User One" oldvalue="user1" newstring="User Two" newvalue="user2" /> </change> ... </changeHistory> |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Eg for this issue:
<assignee>Unassigned</assignee>
What information are you after?