Revision: 26
Author: TonHu2004
Date: Sat Dec 11 06:51:44 2010
Log: Edited wiki page JiraExtendedWebservice through web user interface.
http://code.google.com/p/shared-space/source/detail?r=26
Modified:
/wiki/JiraExtendedWebservice.wiki
=======================================
--- /wiki/JiraExtendedWebservice.wiki Wed Mar 24 13:15:32 2010
+++ /wiki/JiraExtendedWebservice.wiki Sat Dec 11 06:51:44 2010
@@ -18,9 +18,10 @@
* link handling
* add/remove/updateComponent
* create subTask link
+ * updateUser (donated by Matt Doar)
-For example, the {{{linkIssue}}} method allows you to add a link of a
specific type between two issues. Using {{{getLinkedIssues}}} then allows
you to get a list of linked issues for a specific issue. Additionally it
allows you to read custom values.
+For example, the {{{linkIssue}}} method allows you to add a link of a
specific type between two issues. Using {{{getLinkedIssues}}} then allows
you to get a list of linked issues for a specific issue. Additionally it
allows you to read custom values using {{{getCustomFieldValues}}}.
This webservice extends from the default Jira webservice. This means that
each and every method of the default service is available through the
extended webservice either. Also it follows the normal login/token paradigm.
If you are using the standard Jira webservice you safely can switch to the
extended one.
@@ -28,7 +29,7 @@
== Build from Source ==
-Checkout the [http://code.google.com/p/shared-space/source/checkout
sourcecode] and use [http://maven.apache.org/ Maven 2] (mvn install) to
create the jar file.
+Checkout the [http://code.google.com/p/shared-space/source/checkout
sourcecode] and use
[http://confluence.atlassian.com/display/NDEVNET/Atlassian+Plugin+SDK
Atlassian Plugin SDK] (atlas-mvn install or atlas-mvn package) to create
the jar file.
The first time it will take aeons as maven will download tons of
dependencies. As compensation you should find the resulting jar file, with
a name something like "webservice-extension-XXXXX.jar" in a directory
called "target".