@itentialopensource/adapter-jira 2.0.0 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,4 +1,12 @@
1
1
 
2
+ ## 2.0.1 [06-06-2023]
3
+
4
+ * Cleaned up description information.
5
+
6
+ See merge request itentialopensource/adapters/itsm-testing/adapter-jira!11
7
+
8
+ ---
9
+
2
10
  ## 2.0.0 [05-18-2023]
3
11
 
4
12
  * Add calls
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-jira",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "This adapter integrates with system Jira",
5
5
  "main": "adapter.js",
6
6
  "systemName": "Atlassian Jira",
package/pronghorn.json CHANGED
@@ -3869,7 +3869,7 @@
3869
3869
  {
3870
3870
  "name": "postRestapi2project",
3871
3871
  "summary": "Create project",
3872
- "description": "Creates a project based on a project type template, as shown in the following table:\n\n<table> \n <thead> \n <tr> \n <th>Project Type Key</th> \n <th>Project Template Key</th> \n </tr> \n </thead> \n <tbody> \n <tr> \n <td><code>business</code></td> \n <td><code>com.atlassian.jira-core-project-templates:jira-core-simplified-content-management</code>, <code>com.atlassian.jira-core-project-templates:jira-core-simplified-document-approval</code>, <code>com.atlassian.jira-core-project-templates:jira-core-simplified-lead-tracking</code>, <code>com.atlassian.jira-core-project-templates:jira-core-simplified-process-control</code>, <code>com.atlassian.jira-core-project-templates:jira-core-simplified-procurement</code>, <code>com.atlassian.jira-core-project-templates:jira-core-simplified-project-management</code>, <code>com.atlassian.jira-core-project-templates:jira-core-simplified-recruitment</code>, <code>com.atlassian.jira-core-project-templates:jira-core-simplified-task-tracking</code> </td> \n </tr> \n <tr> \n <td><code>service_desk</code></td> \n <td><code>com.atlassian.servicedesk:simplified-it-service-desk</code>, <code>com.atlassian.servicedesk:simplified-internal-service-desk</code>, <code>com.atlassian.servicedesk:simplified-external-service-desk</code> </td> \n </tr> \n <tr> \n <td><code>software</code></td> \n <td><code>com.pyxis.greenhopper.jira:gh-simplified-agility-kanban</code>, <code>com.pyxis.greenhopper.jira:gh-simplified-agility-scrum</code>, <code>com.pyxis.greenhopper.jira:gh-simplified-basic</code>, <code>com.pyxis.greenhopper.jira:gh-simplified-kanban-classic</code>, <code>com.pyxis.greenhopper.jira:gh-simplified-scrum-classic</code> </td> \n </tr> \n <tr> \n <td><code>ops</code></td> \n <td><code>com.atlassian.jira.jira-incident-management-plugin:im-incident-management</code></td> \n </tr> \n </tbody>\n <tbody> \n </tbody>\n</table>\n\nThe project types are available according to the installed Jira features as follows:\n\n * Jira Core, the default, enables `business` projects.\n * Jira Service Desk enables `service_desk` projects.\n * Jira Software enables `software` projects.\n * Jira Ops enables `ops` projects.Jira\n\nTo determine which features are installed, go to **Jira settings** > **Apps** > **Manage apps** and review the System Apps list. To add JIRA Software or JIRA Service Desk into a JIRA instance, use **Jira settings** > **Apps** > **Finding new apps**. For more information, see [ Managing add-ons](https://confluence.atlassian.com/x/S31NLg). To enable Jira Ops, see [Jira Ops](https://www.atlassian.com/software/jira/ops).\n\n**[Permissions](#permissions) required:** *Administer Jira* [global permission](https://confluence.atlassian.com/x/x4dKLg).",
3872
+ "description": "Creates a project based on a project type template.\nThe project types are available according to the installed Jira features as follows:\n\n * Jira Core, the default, enables `business` projects.\n * Jira Service Desk enables `service_desk` projects.\n * Jira Software enables `software` projects.\n * Jira Ops enables `ops` projects.",
3873
3873
  "input": [
3874
3874
  {
3875
3875
  "name": "body",
Binary file