Jira Search (Independent Publisher) (#1097)

* Initial commit

* Improved descriptions on output schema

* Fixed indents

* Updated icon color

* Update readme.md

make it clearer about using the hostname parameter

* Update readme.md

* Updated readme

* Updated definition as per PR feedback #1045

* Updated readme

Added disclaimer that this is Jira cloud only, not on-premises

* Improved descriptions

Co-authored-by: Mahbub Murshed <mamurshe@microsoft.com>
This commit is contained in:
paulculmsee 2021-10-05 09:49:06 +08:00 коммит произвёл GitHub
Родитель 860b517efa
Коммит cc742610e0
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 23 добавлений и 19 удалений

Просмотреть файл

@ -64,7 +64,7 @@
},
"key": {
"type": "string",
"description": "A unique identifier for this issue, in the example above: ANGRY-304. (The characters to the left of the hyphen represent the project to which this issue belongs.)"
"description": "A unique identifier for this issue, eg: ANGRY-304. (The characters to the left of the hyphen represent the project to which this issue belongs.)"
},
"fields": {
"type": "object",
@ -103,11 +103,11 @@
},
"id": {
"type": "string",
"description": "Issue Type id"
"description": "Issue Type Id"
},
"description": {
"type": "string",
"description": "Issue Type description"
"description": "Issue Type Description"
},
"iconUrl": {
"type": "string",
@ -119,7 +119,7 @@
},
"subtask": {
"type": "boolean",
"description": "Issue Type subtask"
"description": "Issue Type Subtask"
},
"avatarId": {
"type": "integer",
@ -132,7 +132,7 @@
"description": "Hierarchy Level"
}
},
"description": "Issue Yype"
"description": "Issue Type Description"
},
"timetracking": {
"type": "object",
@ -162,7 +162,7 @@
"components": {
"type": "array",
"items": {},
"description": "Components"
"description": "Project component(s) to which this issue relates."
},
"reporter": {
"type": "object",
@ -175,12 +175,12 @@
"progress": {
"type": "integer",
"format": "int32",
"description": "progress"
"description": "Issue Progress"
},
"total": {
"type": "integer",
"format": "int32",
"description": "total"
"description": "Issue Progress Total"
}
},
"description": "Time Spent from each of the individual work logs for this issue."
@ -190,7 +190,7 @@
"properties": {
"self": {
"type": "string",
"description": "self"
"description": "Self"
},
"id": {
"type": "string",
@ -202,11 +202,11 @@
},
"name": {
"type": "string",
"description": "name"
"description": "Project Name"
},
"projectTypeKey": {
"type": "string",
"description": "projectTypeKey"
"description": "Project Type Key"
},
"simplified": {
"type": "boolean",
@ -218,7 +218,7 @@
"watches": {
"type": "object",
"properties": {},
"description": "Watches"
"description": "Nnumber shown indicates how many people are watching this issue."
},
"updated": {
"type": "string",
@ -235,7 +235,7 @@
"comment": {
"type": "object",
"properties": {},
"description": "Comment"
"description": "Issue Comment"
},
"statuscategorychangedate": {
"type": "string",
@ -251,11 +251,11 @@
"properties": {
"name": {
"type": "string",
"description": "name"
"description": "Priority Name"
},
"id": {
"type": "string",
"description": "id"
"description": "Priority Id"
}
},
"description": "The importance of the issue in relation to other issues."
@ -263,7 +263,7 @@
"versions": {
"type": "array",
"items": {},
"description": "versions"
"description": "Issue Versions"
},
"aggregateprogress": {
"type": "object",
@ -271,12 +271,12 @@
"progress": {
"type": "integer",
"format": "int32",
"description": "progress"
"description": "Aggregate Progress"
},
"total": {
"type": "integer",
"format": "int32",
"description": "total"
"description": "Total Progress"
}
},
"description": "The sum of the Time Spent from each of the individual work logs for this issue."
@ -284,7 +284,7 @@
"issuerestriction": {
"type": "object",
"properties": {},
"description": "issuerestriction"
"description": "Issue Restriction"
},
"created": {
"type": "string",

Просмотреть файл

@ -15,6 +15,10 @@ Search Jira using JQL language
This connector uses basic auth. Contact your JIRA administrator to get a suitable account set up.
## Known Issues and Limitations
Pay attention to the hostname parameter. You just specify the name of your Jira instance (ie mycompany). You do NOT use a fully qualified domain name (eg mycompany.atlassian.net)
This connector has only been tested and used for Jira Cloud. It is not designed to be used for on-premises deployments
All listed issues with the Microsoft supplied Jira connector apply. Consult the Known Issues section at https://docs.microsoft.com/en-us/connectors/jira/
## Frequently Asked Questions