Open new work items from ANT
4 answers
There isn't currently any Ant task for creating work items. See the existing requests:
83846: Command line interface for work items
86140: Command line and Ant Task facilities for creating/updating workitems
In the interim, you could try using the OSL/C API via curl/perl -- see the following articles:
http://jazz.net/library/article/194
http://jazz.net/library/article/352
83846: Command line interface for work items
86140: Command line and Ant Task facilities for creating/updating workitems
In the interim, you could try using the OSL/C API via curl/perl -- see the following articles:
http://jazz.net/library/article/194
http://jazz.net/library/article/352
On 17-Nov-09 9:07 PM, nedgar wrote:
Thanks Nick.
What about using Java API
(https://jazz.net/wiki/bin/view/Main/ProgrammaticWorkItemCreation)
instead of REST API? Any inconvenience in front of the OSLC one?
There isn't currently any Ant task for creating work items. See the
existing requests:
83846:
Command line interface for work items
86140:
Command line and Ant Task facilities for creating/updating
workitems
In the interim, you could try using the OSL/C API via curl/perl -- see
the following articles:
http://jazz.net/library/article/194
http://jazz.net/library/article/352
Thanks Nick.
What about using Java API
(https://jazz.net/wiki/bin/view/Main/ProgrammaticWorkItemCreation)
instead of REST API? Any inconvenience in front of the OSLC one?
On 18-Nov-09 12:23 PM, nedgar wrote:
I will update the enhancement request. Thanks for the info.
Yes, using the programmatic Java client library API would work and
would give you more control.
Can you provide more details about what you're trying to do? Might be
better to comment in the Ant task enhancement request rather than
here.
I will update the enhancement request. Thanks for the info.