n8n/packages/nodes-base/nodes/Jira
Marcus 237b1d8614
feat(Jira Software Node): Use resource locator component (#5090)
* ️Issue -> Create -> parameter Project RLC

* 🔥removed unused loadOptions getProjects

* ️Issue -> Create -> parameter Issue Type RLC

* 🔥removed unused loadOptions getIssueTypes

* ️Issue -> Create/Update -> parameter Assignee RLC

* ️Issue -> Create/Update -> parameter Reporter RLC

* ️Issue -> Create/Update -> parameter Priority RLC

* 🔥removed unused loadOptions getPriorities

* ️Issue -> Update -> parameter Status RLC

* 🔥removed unused loadOptions getTransitions

* 🎨 fix typos

* ️Issue -> Create/Update -> Custom Fields parameter Field RLC

* 🔥removed unused loadOptions getCustomFields

* 🥅 throw custom error for "Field priority cannot be set"

* 🚨 fix linter error

*  removed ts-ignore

*  removed ts-ignore

Co-authored-by: Michael Kret <michael.k@radency.com>
2023-01-24 17:42:38 +01:00
..
GenericFunctions.ts feat(Jira Software Node): Use resource locator component (#5090) 2023-01-24 17:42:38 +01:00
IssueAttachmentDescription.ts
IssueCommentDescription.ts
IssueDescription.ts feat(Jira Software Node): Use resource locator component (#5090) 2023-01-24 17:42:38 +01:00
IssueInterface.ts
Jira.node.json fix(nodes-base): fix and harmonize all primaryDocumentation links (#4191) 2022-09-29 13:33:16 +03:00
Jira.node.ts feat(Jira Software Node): Use resource locator component (#5090) 2023-01-24 17:42:38 +01:00
jira.svg
JiraTrigger.node.json fix(nodes-base): fix and harmonize all primaryDocumentation links (#4191) 2022-09-29 13:33:16 +03:00
JiraTrigger.node.ts feat(Jira Software Node): Use resource locator component (#5090) 2023-01-24 17:42:38 +01:00
UserDescription.ts