Copyright © Xerox Corporation, Codendi Team, 2001-2006. All Rights Reserved
trackerlist: Display the list of the trackers for the project.
 | The structure is no longer returned with this function.
If you need the structure of all the trackers of a project,
please use the "trackers" function (See Section 3.2.2). |
[ounis@linux tuleap-cli]$ ./tuleap.php tracker trackerlist --project=project1
+-------------------+----------+------------------+----------------------------------------------------...
| group_artifact_id | group_id | name | description ...
+-------------------+----------+------------------+----------------------------------------------------...
| 116 | 104 | Bugs | Bugs Tracker ...
| 119 | 104 | Salome Bug | Salome Bug Tracker ...
| 120 | 104 | Scrum Backlog | Scrum backlog used to store user stories and to pla...
| 118 | 104 | Support Requests | Support Requests Tracker ...
| 117 | 104 | Tasks | Tasks Tracker ...
+-------------------+----------+------------------+----------------------------------------------------...
[1]:
+-----------+-------------------+---------+------------------------------------+-------+
| report_id | group_artifact_id | name | description | scope |
+-----------+-------------------+---------+------------------------------------+-------+
| 116 | 116 | Bugs | Bugs Report | P |
| 100 | 116 | Default | The system default artifact report | S |
+-----------+-------------------+---------+------------------------------------+-------+
[2]:
+-----------+-------------------+-------------+------------------------------------+-------+
| report_id | group_artifact_id | name | description | scope |
+-----------+-------------------+-------------+------------------------------------+-------+
| 119 | 119 | Salome Bugs | Salome Bugs Report | P |
| 100 | 119 | Default | The system default artifact report | S |
+-----------+-------------------+-------------+------------------------------------+-------+
[3]:
+-----------+-------------------+---------+------------------------------------+-------+
| report_id | group_artifact_id | name | description | scope |
+-----------+-------------------+---------+------------------------------------+-------+
| 120 | 120 | Scrum | Scrum Report | P |
| 100 | 120 | Default | The system default artifact report | S |
+-----------+-------------------+---------+------------------------------------+-------+
[4]:
+-----------+-------------------+---------+------------------------------------+-------+
| report_id | group_artifact_id | name | description | scope |
+-----------+-------------------+---------+------------------------------------+-------+
| 118 | 118 | SR | Support Requests Report | P |
| 100 | 118 | Default | The system default artifact report | S |
+-----------+-------------------+---------+------------------------------------+-------+
[5]:
+-----------+-------------------+---------+------------------------------------+-------+
| report_id | group_artifact_id | name | description | scope |
+-----------+-------------------+---------+------------------------------------+-------+
| 117 | 117 | Tasks | Tasks Report | P |
| 100 | 117 | Default | The system default artifact report | S |
+-----------+-------------------+---------+------------------------------------+-------+
|
Example 5. trackerlist command
trackers: Display the list of the trackers (with their structure) for the project.
 | As this function returns all the structures of all the trackers,
it could be quite slow. If your project contains lot's of trackers, it would be better
to use the "trackerlist" function (See Section 3.2.1),
and then the "tracker" function (See Section 3.2.3) to get the
structure of the tracker you are interested in. |
[ounis@linux tuleap-cli]$ ./tuleap.php tracker trackers --project=project1
+-------------------+----------+------------------+----------------------------------------------------...
| group_artifact_id | group_id | name | description ...
+-------------------+----------+------------------+----------------------------------------------------...
| 116 | 104 | Bugs | Bugs Tracker ...
| 119 | 104 | Salome Bug | Salome Bug Tracker ...
| 120 | 104 | Scrum Backlog | Scrum backlog used to store user stories and to pla...
| 118 | 104 | Support Requests | Support Requests Tracker ...
| 117 | 104 | Tasks | Tasks Tracker ...
+-------------------+----------+------------------+----------------------------------------------------...
[13]:
+----------+-------------------+----------+-------+-------------+----------+--------+
| field_id | group_artifact_id | value_id | value | description | order_id | status |
+----------+-------------------+----------+-------+-------------+----------+--------+
| 10 | 116 | 100 | None | | 10 | P |
+----------+-------------------+----------+-------+-------------+----------+--------+
[14]:
+----------+-------------------+----------+-------+-------------+----------+--------+
| field_id | group_artifact_id | value_id | value | description | order_id | status |
+----------+-------------------+----------+-------+-------------+----------+--------+
| 7 | 116 | 103 | ounis | | 0 | |
| 7 | 116 | 100 | None | | 10 | P |
+----------+-------------------+----------+-------+-------------+----------+--------+
[15]:
No results
(... list of trackers, field sets and fields ...)
|
Example 6. trackers command
tracker: Display the structure of a tracker.
--tracker_id* : ID of the tracker. --project: UNIX name of the project. If none is specified, the project specified when you logged in
will be used. If none was specified at that time, an error will be displayed.
[ounis@linux tuleap-cli]$ ./tuleap.php tracker tracker --project=project1 --tracker_id=116
+-------------------+----------+------+--------------+-----------+------------+-------------+----------...
| group_artifact_id | group_id | name | description | item_name | open_count | total_count | total_fil...
+-------------------+----------+------+--------------+-----------+------------+-------------+----------...
| 116 | 104 | Bugs | Bugs Tracker | bug | -1 | 1 | 0 ...
+-------------------+----------+------+--------------+-----------+------------+-------------+----------...
[1]:
+--------------+-------------------+-------------------------------+---------+-------------------------...
| field_set_id | group_artifact_id | name | label | description ...
+--------------+-------------------+-------------------------------+---------+-------------------------...
| 49 | 116 | fieldset_default_bugs_lbl_key | Details | fieldset_default_bugs_de...
| 50 | 116 | fieldset_status_bugs_lbl_key | Status | fieldset_status_bugs_des...
+--------------+-------------------+-------------------------------+---------+-------------------------...
(... list of field sets and fields ...)
|
Example 7. tracker command
list: Display a list of artifacts that belong to a specified tracker.
--tracker_id* : ID of the tracker. --limit: Maximum number of returned artifacts. --offset: Numbers of returned artifact that will be skipped (offset parameter can not stand alone, it works with limit parameter). --[field_name][operator][value]: criteria to filter the returned artifacts. Works with standard fields and custom fields. Example : "--open_date>2006-05-21" --assigned_to=135 --status_id=0. Allowed operators are >, >=, =, <, <=, <>. --project: UNIX name of the project. If none is specified, the project specified when you logged in
will be used. If none was specified at that time, an error will be displayed.
[ounis@linux tuleap-cli]$ ./tuleap.php tracker list --tracker_id=116
+------------------------+-----------+
| total_artifacts_number | artifacts |
+------------------------+-----------+
| 1 | [1] |
+------------------------+-----------+
[1]:
+-------------+-------------------+-----------+--------------+------------+------------+---------------...
| artifact_id | group_artifact_id | status_id | submitted_by | open_date | close_date | last_update_da...
+-------------+-------------------+-----------+--------------+------------+------------+---------------...
| 2 | 116 | 3 | 103 | 1289480620 | 1291276352 | 1291276353 ...
+-------------+-------------------+-----------+--------------+------------+------------+---------------...
[1]:
+----------+-------------+-------------+
| field_id | artifact_id | field_value |
+----------+-------------+-------------+
| 3 | 2 | 100 |
| 4 | 2 | 100 |
| 16 | 2 | 100 |
| 20 | 2 | 100 |
+----------+-------------+-------------+
|
Example 8. list command
reportlist: Display a list of artifacts that belong to a specified tracker, with the specific report.
--tracker_id* : ID of the tracker. --limit: Maximum number of returned artifacts. --offset: Numbers of returned artifact that will be skipped (offset parameter can not stand alone, it works with limit parameter). --[field_name][operator][value]: criteria to filter the returned artifacts. Works with standard fields and custom fields. Example : "--open_date>2006-05-21" --assigned_to=135 --status_id=0. Allowed operators are >, >=, =, <, <=, <>. --sort={[field_name] [sort_direction]}*: criteria to sort the returned artifacts. Works with standard fields and custom fields. Example : --sort="severity DESC, open_date DESC, artifact_id ASC". Allowed directions are ASC (ascendant) and DESC (descendant). --project: UNIX name of the project. If none is specified, the project specified when you logged in
will be used. If none was specified at that time, an error will be displayed.
[ounis@linux tuleap-cli]$ ./tuleap.php tracker reportlist --tracker_id=116
+------------------------+-----------+
| total_artifacts_number | artifacts |
+------------------------+-----------+
| 1 | [1] |
+------------------------+-----------+
[1]:
+-------------+----------+--------+
| artifact_id | severity | fields |
+-------------+----------+--------+
| 2 | 5 | [1] |
+-------------+----------+--------+
[1]:
+--------------+---------------+
| field_name | field_value |
+--------------+---------------+
| artifact_id | 2 |
| summary | bug |
| open_date | 1289480620 |
| assigned_to | None |
| submitted_by | ounis |
+--------------+---------------+
|
Example 9. reportlist command
reports: Retrieve all the reports of a given tracker.
--tracker_id*: the Tracker ID we want to retrieve the reports. --project: UNIX name of the project. If none is specified, the project specified when you logged in will be used. If none was specified at that time, an error will be displayed.
[ounis@linux tuleap-cli]$ ./tuleap.php tracker reports --tracker_id=116
+-----------+-------------------+---------+------------------------------------+-------+--------+
| report_id | group_artifact_id | name | description | scope | fields |
+-----------+-------------------+---------+------------------------------------+-------+--------+
| 116 | 116 | Bugs | Bugs Report | P | [1] |
| 100 | 116 | Default | The system default artifact report | S | [2] |
+-----------+-------------------+---------+------------------------------------+-------+--------+
[1]:
+-----------+--------------+---------------+----------------+-------------+--------------+-----------+
| report_id | field_name | show_on_query | show_on_result | place_query | place_result | col_width |
+-----------+--------------+---------------+----------------+-------------+--------------+-----------+
| 116 | status_id | 1 | 0 | 40 | 0 | 0 |
| 116 | bug_group_id | 1 | 0 | 20 | 0 | 0 |
| 116 | category_id | 1 | 0 | 10 | 0 | 0 |
| 116 | artifact_id | 0 | 1 | 0 | 10 | 0 |
| 116 | summary | 0 | 1 | 0 | 20 | 0 |
| 116 | open_date | 0 | 1 | 0 | 30 | 0 |
| 116 | assigned_to | 1 | 1 | 30 | 40 | 0 |
| 116 | submitted_by | 0 | 1 | 0 | 50 | 0 |
+-----------+--------------+---------------+----------------+-------------+--------------+-----------+
[2]:
+-----------+--------------+---------------+----------------+-------------+--------------+-----------+
| report_id | field_name | show_on_query | show_on_result | place_query | place_result | col_width |
+-----------+--------------+---------------+----------------+-------------+--------------+-----------+
| 100 | category_id | 1 | 0 | 10 | | |
| 100 | severity | 0 | 0 | | | |
| 100 | status_id | 1 | 0 | 20 | | |
| 100 | artifact_id | 1 | 1 | 50 | 10 | |
| 100 | summary | 0 | 1 | | 20 | |
| 100 | open_date | 1 | 1 | 40 | 30 | |
| 100 | assigned_to | 1 | 1 | 30 | 40 | |
| 100 | submitted_by | 0 | 1 | | 50 | |
+-----------+--------------+---------------+----------------+-------------+--------------+-----------+
|
Example 10. reports command
add: Add a new artifact to a tracker
--tracker_id* : ID of the tracker the new artifact will belong to. --summary: Summary for the artifact. --details: Details for the artifact. --status_id: Status_id of the artifact. --severity: Severity of the artifact (1: lowest, 9: highest). --[extra_field_name]: Extra field value. extra_field_name must be the name of the extra field (field_name). The value of the extra field depends on its type. For multiple-value fields, separate the values with a comma. --project: UNIX name of the project. If none is specified, the project specified when you logged in will be used. If none was specified at that time, an error will be displayed.
[ounis@linux tuleap-cli]$ ./tuleap.php tracker add --tracker_id=116 --summary="Back button is not working" --details="When I read my email and I press the back button, a blank page appears" --severity=4 --assigned_to=103
Confirm you want to add a new artifact with the following information:
summary: Back button is not working
details: When I read my email and I press the back button, a blank page appears
severity: 4
group_id: 104
group_artifact_id: 116
assigned_to: 103
Is this information correct? (y/n): y
+--------+
| Result |
+--------+
| 40 |
+--------+
|
Example 11. add command
 | Note: In this example, "assigned_to" corresponds to an extra_field and
103 is a valid value ID for this extra field.
The value returned (40) is the ID of the new artifact.
|
update: Update an artifact information
--tracker_id* : ID of the tracker the artifact to update belong to. --id* : ID of the artifact to update. --status_id: New status_id of the artifact --summary: Summary for the artifact. --details: Details for the artifact. --severity: Severity of the artifact (1: lowest, 9: highest). --[extra_field_name]: Extra field value. extra_field_name is the name of the extra field. The value of the extra field depends on its type. --project: UNIX name of the project. If none is specified, the project specified when you logged in will be used. If none was specified at that time, an error will be displayed.
[ounis@linux tuleap-cli]$ ./tuleap.php tracker update --tracker_id=116 --id=40 --severity=6
Confirm you want to add a new artifact with the following information:
severity: 6
group_id: 104
group_artifact_id: 116
artifact_id: 40
Is this information correct? (y/n): y
+--------+
| Result |
+--------+
| 40 |
+--------+
|
Example 12. update command
comments: Retrieve all the messages posted in an artifact.
--tracker_id*: Tracker ID. --id*: Artifact ID. --project: UNIX name of the project. If none is specified, the project specified when you logged in will be used. If none was specified at that time, an error will be displayed.
[ounis@linux tuleap-cli]$ ./tuleap.php tracker comments --tracker_id=116 --id=40
+-------------+--------------+------------------+------------+---------------+-------+-------------+---...
| artifact_id | follow_up_id | comment | date | original_date | by | original_by | co...
+-------------+--------------+------------------+------------+---------------+-------+-------------+---...
| 40 | 559 | Yet another one | 1293718666 | 1293718666 | ounis | ounis | 10...
| 40 | 558 | Another comment | 1293718652 | 1293718652 | ounis | ounis | 10...
| 40 | 556 | comment by ounis | 1293718608 | 1293718608 | ounis | ounis | 10...
+-------------+--------------+------------------+------------+---------------+-------+-------------+---...
|
Example 13. comments command
addComment: Post a new follow-up comment in an artifact.
--tracker_id*: Tracker ID the artifact belongs to. --id*: Artifact ID. --message*: Message to post. --comment_type_id: Comment type to add to the comment (optional). --format: Format of the comment, can be 'text' or 'html' (optional). --project: UNIX name of the project. If none is specified, the project specified when you logged in will be used. If none was specified at that time, an error will be displayed.
[ounis@linux tuleap-cli]$ ./tuleap.php tracker addComment --tracker_id=116 --id=40 --format=html --message="I agree with you"
+--------+
| Result |
+--------+
| 1 |
+--------+
|
Example 14. addComment command
updateComment: Update an existing follow-up comment in an artifact.
--tracker_id*: Tracker ID the artifact belongs to. --artifact_id*: Artifact ID. --comment_id*: The Follow-up ID. --comment*: the new follow-up comment. --project: UNIX name of the project. If none is specified, the project specified when you logged in will be used. If none was specified at that time, an error will be displayed.
[ounis@linux tuleap-cli]$ ./tuleap.php tracker updateComment --tracker_id=116 --artifact_id=40 --comment_id=560 --comment="This comment will replace the former one"
+--------+
| Result |
+--------+
| 1 |
+--------+
|
Example 15. updateComment command
deleteComment: Delete an existing follow-up comment in an artifact.
--tracker_id*: Tracker ID the artifact belongs to. --artifact_id*: Artifact ID. --comment_id*: The Follow-up ID. --project: UNIX name of the project. If none is specified, the project specified when you logged in will be used. If none was specified at that time, an error will be displayed.
[ounis@linux tuleap-cli]$ ./tuleap.php tracker deleteComment --tracker_id=116 --artifact_id=40 --comment_id=560
+--------+
| Result |
+--------+
| 1 |
+--------+
|
Example 16. deleteComment command
CCList: Retrieve the CC list of an artifact.
--tracker_id*: Tracker ID. --id*: Artifact ID. --project: UNIX name of the project. If none is specified, the project specified when you logged in will be used. If none was specified at that time, an error will be displayed.
[ounis@linux tuleap-cli]$ ./tuleap.php tracker CCList --tracker_id=116 --id=40
+----------------+-------------+----------------------+----------+---------------+---------+------------+
| artifact_cc_id | artifact_id | email | added_by | added_by_name | comment | date |
+----------------+-------------+----------------------+----------+---------------+---------+------------+
| 1 | 40 | nouha.terzi@st.com | 103 | ounis | | 1293720479 |
| 2 | 40 | ounis | 103 | ounis | | 1293720479 |
| 3 | 40 | salma.moakhar@st.com | 103 | ounis | | 1293720479 |
+----------------+-------------+----------------------+----------+---------------+---------+------------+
|
Example 17. CCList command
addCC: Add a list of emails or logins in CC of a given artifact.
--tracker_id*: Tracker ID the artifact belongs to. --id*: Artifact ID. --cc_list*: List of emails and/or logins to add in the CC list. --cc_comment: Optionnal comment associated with the added CC list. --project: UNIX name of the project. If none is specified, the project specified when you logged in will be used. If none was specified at that time, an error will be displayed.
[ounis@linux tuleap-cli]$ ./tuleap.php tracker addCC --tracker_id=116 --id=40 --cc_list="nouha.terzi@st.com, ounis, salma.moakhar@st.com"
+--------+
| Result |
+--------+
| 1 |
+--------+
|
Example 18. addCC command
deleteCC: Delete a CC of a given artifact.
--tracker_id*: Tracker ID the artifact belongs to. --id*: Artifact ID. --cc_id*: ID of the CC we want to delete. --project: UNIX name of the project. If none is specified, the project specified when you logged in will be used. If none was specified at that time, an error will be displayed.
[ounis@linux tuleap-cli]$ ./tuleap.php tracker deleteCC --tracker_id=116 --id=40 --cc_id=2
+--------+
| Result |
+--------+
| 1 |
+--------+
|
Example 19. deleteCC command
dependencies: Retrieve all the dependencies of a given artifact.
--tracker_id*: the Tracker ID we want to retrieve the dependencies. --id*: Artifact ID we want to retrieve the dependencies. --project: UNIX name of the project. If none is specified, the project specified when you logged in will be used. If none was specified at that time, an error will be displayed.
[ounis@linux tuleap-cli]$ ./tuleap.php tracker dependencies --tracker_id=116 --id=40
+--------------------+-------------+-----------------------------+-------------+------------+----------...
| artifact_depend_id | artifact_id | is_dependent_on_artifact_id | summary | tracker_id | tracker_n...
+--------------------+-------------+-----------------------------+-------------+------------+----------...
| 25 | 40 | 41 | Another bug | 116 | Bugs ...
+--------------------+-------------+-----------------------------+-------------+------------+----------...
|
Example 20. dependencies command
3.2.17 inverseDependencies
inverseDependencies: Retrieve all the inverse dependencies of a given artifact.
--tracker_id*: the Tracker ID we want to retrieve the inverse dependencies. --id*: Artifact ID we want to retrieve the inverse dependencies. --project: UNIX name of the project. If none is specified, the project specified when you logged in will be used. If none was specified at that time, an error will be displayed.
[ounis@linux tuleap-cli]$ ./tuleap.php tracker inverseDependencies --tracker_id=116 --id=40
+--------------------+-------------+-----------------------------+-----------------+------------+------...
| artifact_depend_id | artifact_id | is_dependent_on_artifact_id | summary | tracker_id | track...
+--------------------+-------------+-----------------------------+-----------------+------------+------...
| 26 | 41 | 40 | Another bug | 116 | Bugs ...
| 27 | 42 | 40 | yet another bug | 116 | Bugs ...
+--------------------+-------------+-----------------------------+-----------------+------------+------...
|
Example 21. inverseDependencies command
addDependencies: Add a list of dependencies to a given artifact.
--tracker_id*: Tracker ID the artifact belongs to. --id*: Artifact ID. --dependencies*: list of dependencies to add, separated with a comma. --project: UNIX name of the project. If none is specified, the project specified when you logged in will be used. If none was specified at that time, an error will be displayed.
[ounis@linux tuleap-cli]$ ./tuleap.php tracker addDependencies --tracker_id=116 --id=40 --dependencies="41"
+--------+
| Result |
+--------+
| 1 |
+--------+
|
Example 22. addDependencies command
deleteDependency: Delete a dependency of a given artifact.
--tracker_id*: Tracker ID the artifact belongs to. --id*: Artifact ID. --dependency*: ID of the dependency we want to delete. --project: UNIX name of the project. If none is specified, the project specified when you logged in will be used. If none was specified at that time, an error will be displayed.
[ounis@linux tuleap-cli]$ ./tuleap.php deleteDependency tracker --tracker_id=116 --id=40 --dependency=41
+--------+
| Result |
+--------+
| 41 |
+--------+
|
Example 23. deleteDependency command
artifactHistory: Retrieve the history of the fields of a given artifact.
--tracker_id*: the Tracker ID we want to retrieve the history. --id*: Artifact ID we want to retrieve the history. --project: UNIX name of the project. If none is specified, the project specified when you logged in will be used. If none was specified at that time, an error will be displayed.
[ounis@linux tuleap-cli]$ ./tuleap.php tracker artifactHistory --tracker_id=116 --id=40
+------------+-----------------------------------------------+-----------------------------------------...
| field_name | old_value | new_value ...
+------------+-----------------------------------------------+-----------------------------------------...
| cc | nouha.terzi@st.com,ounis,salma.moakhar@st.com | nouha.terzi@st.com,salma.moakhar@st.com ...
| cc | | nouha.terzi@st.com,ounis,salma.moakhar@s...
| comment | I agree with you | ...
| comment | I agree with you | In fact i don't agree ...
| summary | Increased priority | Back button is not working ...
| summary | Back button is not working | Increased priority ...
| severity | 4 | 6 ...
+------------+-----------------------------------------------+-----------------------------------------...
|
Example 24. artifactHistory command
attachedFiles: Show a list of files attached to the artifact (content of files is not present).
--tracker_id*: Tracker ID. --artifact_id*: Artifact ID. --project: UNIX name of the project. If none is specified, the project specified when you logged in will be used. If none was specified at that time, an error will be displayed.
[ounis@linux tuleap-cli]$ ./tuleap.php tracker attachedFiles --tracker_id=116 --artifact_id=40
+----+-------------+----------+-------------------+----------+----------+------------+------------+----...
| id | artifact_id | filename | description | bin_data | filesize | filetype | adddate | sub...
+----+-------------+----------+-------------------+----------+----------+------------+------------+----...
| 2 | 40 | file2 | file2 description | | 14 | text/plain | 1293721808 | oun...
| 1 | 40 | file1 | file1 description | | 14 | text/plain | 1293721737 | oun...
+----+-------------+----------+-------------------+----------+----------+------------+------------+----...
|
Example 25. attachedFiles command
attachedFile: Download an attached file from an artifact.
--tracker_id*: Tracker ID. --artifact_id*: Artifact ID. --file_id*: ID of the file to download. --output: File name to save the file as. If not specified, the contents of the file are outputted to the screen. --project: UNIX name of the project. If none is specified, the project specified when you logged in will be used. If none was specified at that time, an error will be displayed.
[ounis@linux tuleap-cli]$ ./tuleap.php tracker attachedFile --tracker_id=116 --artifact_id=40 --file_id=2 --output=./file2
File retrieved successfully.
|
Example 26. attachedFile command
addAttachedFile: Attach a file to an artifact.
--tracker_id*: Tracker ID. --artifact_id*: Artifact ID. --file*: Local file to attach. --description: Description of the file. --project: UNIX name of the project. If none is specified, the project specified when you logged in will be used. If none was specified at that time, an error will be displayed.
[ounis@linux tuleap-cli]$ ./tuleap.php tracker addAttachedFile --tracker_id=116 --artifact_id=40 --file=file2 --description="file2 description"
+--------+
| Result |
+--------+
| 2 |
+--------+
|
Example 27. addAttachedFile command
 | Note: The value returned (2) is the ID of the deleted file. |
3.2.24 deleteAttachedFile
deleteAttachedFile: Delete an attached file from an artifact.
--tracker_id*: Tracker ID. --artifact_id*: Artifact ID. --file_id*: ID of the file to delete. --project: UNIX name of the project. If none is specified, the project specified when you logged in will be used. If none was specified at that time, an error will be displayed.
[ounis@linux tuleap-cli]$ ./tuleap.php tracker deleteAttachedFile --tracker_id=116 --artifact_id=40 --file_id=2
+--------+
| Result |
+--------+
| 2 |
+--------+
|
Example 28. deleteAttachedFile command
 | Note: The value returned (2) is the ID of the new file. |
Copyright © Xerox Corporation, Codendi Team, 2001-2006. All Rights Reserved |