Thanks for all your hard work on this - managed to get issue links to
work in my own setup.
How difficult would it be to extend the functionality to allow issues
to be set as subtasks of another?
At http://jira.atlassian.com/browse/JRA-6896 some work has been done
on this, but it doesn't work on newer versions of Jira, such as 3.13
and 4. Would someone be prepared to look at the source that has
already been put together and see if it can be updated and integrated
into this extended webservice?
Cheers!
Jon.
I'll try to have a look at it over the weekend!
Ciao,
Mario
-----Ursprüngliche Nachricht-----
Von: jira-extende...@googlegroups.com [mailto:jira-extende...@googlegroups.com] Im Auftrag von reprev
Gesendet: Freitag, 19. März 2010 12:22
An: jira-extended-webservice
Betreff: Subtasks
Hiya,
Cheers!
Jon.
--
You received this message because you are subscribed to the Google Groups "jira-extended-webservice" group.
To post to this group, send email to jira-extende...@googlegroups.com.
To unsubscribe from this group, send email to jira-extended-webs...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/jira-extended-webservice?hl=en.
Thanks,
Jon.
On Mar 19, 11:28 am, "Mario Ivankovits (GMAIL)"
<mario.ivankov...@gmail.com> wrote:
> Hey!
>
> I'll try to have a look at it over the weekend!
>
> Ciao,
> Mario
>
> -----Ursprüngliche Nachricht-----
> Von: jira-extende...@googlegroups.com [mailto:jira-extende...@googlegroups.com] Im Auftrag von reprev
> Gesendet: Freitag, 19. März 2010 12:22
> An: jira-extended-webservice
> Betreff: Subtasks
>
> Hiya,
>
> Thanks for all your hard work on this - managed to get issue links to
> work in my own setup.
>
> How difficult would it be to extend the functionality to allow issues
> to be set as subtasks of another?
>
> Athttp://jira.atlassian.com/browse/JRA-6896some work has been done
As a start I've added the following method:
public void createSubtaskLink(String token, long parentIssueId, long subtaskIssueId) throws RemoteException
Please check out if it works as expected, I am not sure if I got it right.
I'll have a look on how to unlink/remove such a subtask later then.
Ciao,
Mario
-----Ursprüngliche Nachricht-----
Von: jira-extende...@googlegroups.com [mailto:jira-extende...@googlegroups.com] Im Auftrag von reprev
Gesendet: Dienstag, 23. März 2010 08:19
An: jira-extended-webservice
Betreff: Re: Subtasks
Thanks,
Jon.
On Mar 24, 11:12 am, "Mario Ivankovits (GMAIL)"
> > Athttp://jira.atlassian.com/browse/JRA-6896somework has been done
Could you please update the version number (in the pom) so the jar
gets properly numbered when a change happens... the changes you made
so far warrant an increased version, like 1.0.1 or even 1.1.0.
TIA
Ath
I tested the createSubtaskLink new feature, and it works just fine.
I'd just like to pass in the new type for the issue, as now it gets
forced (it seems) to the highest issueType I created. Setting it using
an issueTypeId would be just Ok I guess.
I'll take a stab at it myself, later this week or over the weekend,
but can't promise anything.
/Ath