pemontto
016aeaaa79
feat(Jira Node): Add Simplify Output option to Issue > Get ( #2408 )
...
* ✨ Add option to use Jira field display names
* 🚸 Make mapped fields more deterministic
* ♻️ Refactor Jira user loadOptions
* Moved and renamed the option as well as only returning the fields to
* Tweaked Friendly Fields to make it "Simplify Output" following similar patterns to other nodes
* ⚡ Improvements
Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
2022-03-27 11:49:47 +02:00
Iván Ovejero
a783288338
⚡ Enforce type checking in all node params ( #2509 )
2021-12-03 09:44:16 +01:00
Iván Ovejero
0764c49dcf
🔥 Remove line breaks from param descriptions ( #2473 )
...
* 🔥 Remove line breaks from param descriptions
* 🔥 Remove more line breaks
* 🎨 Fix spacing for list item in tooltip
* ⚡ Apply multiline with <p> tags
* ⚡ Improve <code> and <a> tags
* ✏️ Improve grammar and spelling
* ⚡ Add missing <p> tags
* ✏️ Make "multiple" phrasing consistent
* ⚡ Fix unneeded quote escapes
* ⚡ Encode angle brackets
* ⚡ Fix typo and copy-paste artifact
2021-11-25 18:10:06 +01:00
Ricardo Espinoza
c574a0d20d
⚡ Add components parameter to Jira ( #2428 )
2021-11-19 15:46:48 +01:00
Mutasem Aldmour
ce066a160f
⚡ Remove unnessasry <br/> ( #2340 )
...
* introduce analytics
* add user survey backend
* add user survey backend
* set answers on survey submit
Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com>
* change name to personalization
* lint
Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com>
* N8n 2495 add personalization modal (#2280 )
* update modals
* add onboarding modal
* implement questions
* introduce analytics
* simplify impl
* implement survey handling
* add personalized cateogry
* update modal behavior
* add thank you view
* handle empty cases
* rename modal
* standarize modal names
* update image, add tags to headings
* remove unused file
* remove unused interfaces
* clean up footer spacing
* introduce analytics
* refactor to fix bug
* update endpoint
* set min height
* update stories
* update naming from questions to survey
* remove spacing after core categories
* fix bug in logic
* sort nodes
* rename types
* merge with be
* rename userSurvey
* clean up rest api
* use constants for keys
* use survey keys
* clean up types
* move personalization to its own file
Co-authored-by: ahsan-virani <ahsan.virani@gmail.com>
* update parameter inputs to be multiline
* update spacing
* Survey new options (#2300 )
* split up options
* fix quotes
* remove unused import
* refactor node credentials
* add user created workflow event (#2301 )
* update multi params
* simplify env vars
* fix versionCli on FE
* update personalization env
* clean up node detail settings
* fix event User opened Credentials panel
* fix font sizes across modals
* clean up input spacing
* fix select modal spacing
* increase spacing
* fix input copy
* fix webhook, tab spacing, retry button
* fix button sizes
* fix button size
* add mini xlarge sizes
* fix webhook spacing
* fix nodes panel event
* fix workflow id in workflow execute event
* improve telemetry error logging
* fix config and stop process events
* add flush call on n8n stop
* ready for release
* fix input error highlighting
* revert change
* update toggle spacing
* fix delete positioning
* keep tooltip while focused
* set strict size
* increase left spacing
* fix sort icons
* remove unnessasry <br/>
* remove unnessary break
* remove unnessary margin
* clean unused functionality
* remove unnessary css
* remove duplicate tracking
* only show tooltip when hovering over label
* remove extra space
* add br
* remove extra space
* clean up commas
* clean up commas
* remove extra space
* remove extra space
* rewrite desc
* add commas
* add space
* remove extra space
* add space
* add dot
* update credentials section
* use includes
Co-authored-by: ahsan-virani <ahsan.virani@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-10-27 15:00:13 -05:00
Ricardo Espinoza
f430c385b4
🐛 Fix Jira expand ( #2341 )
...
* 🐛 Jira expects array for JSON parameter
* 🔨 Add loadOptions for users
* Small change to #2339
Co-authored-by: pemontto <pemontto@gmail.com>
2021-10-19 17:37:30 -05:00
Ricardo Espinoza
5460b248ee
🐛 Fix issue loading issue types with classic projects ( #1627 )
...
* 🐛 Fix issue loading issue types with classic projects
* ⚡ Minor improvements on Jira-Node
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-04-10 08:05:21 +02:00
Ricardo Espinoza
0cfcd1170f
⚡ Add reporter field to resource issue (Jira) ( #1592 )
2021-04-02 15:31:25 +02:00
Ricardo Espinoza
46fe96b72c
⚡ Extended Jira Node ( #1306 )
...
* ⚡ Add Issue Attachment resource
* ⚡ Add custom fields to issue:create and issue:update
* ⚡ Filter custom fields by the project selected
* ⚡ Change the logo to SVG
* ⚡ Small improvement
* ⚡ Minor improvements to Jira Node
* ⚡ Add download field to issueAttachment get and getAll
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-01-29 20:08:27 +01:00
Ricardo Espinoza
2f0c48f8d9
✨ Add Issue Comment resource to Jira Node ( #1261 )
...
* ⚡ Add Issue Comment resource
* 🔨 Fix Expand field description
* ⚡ Small fix
* ⚡ Minor improvements on Jira Node
Co-authored-by: Harshil <ghagrawal17@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2020-12-29 11:33:13 +01:00
Jan Oberhauser
40c2acd77b
👕 Fix lint issue
2020-10-22 15:46:03 +02:00
smamudhan
e07da55a1a
Typographical changes to ensure consistency with docs ( #740 )
...
* Updated Dropdown Descriptions to match documentation
* Removed full stops and hyphens in field descriptions
* Removed hyphen on description on line 267
* Fixed typographical errors for Github node
* Fixed typo for Zoom Credentials
* Changed Postgres node description to match Postgres docs (https://github.com/n8n-io/n8n-docs/pull/30 )
* Changed Rocketchat displayname to RocketChat
* Fixed typographical errors (and matched with docs) for Trello node descriptions
* Updated Jira node descriptions to match docs
2020-07-09 14:33:05 +02:00
zou wendi
e4cc3a4bc9
features: support jira self-hosted server
2020-05-05 12:07:19 +08:00
Jan Oberhauser
98ac9d93bc
⚡ Fix loading of projects for hosted Jira
2020-05-04 19:35:02 +02:00
Jan Oberhauser
f8869f85e8
⚡ Small improvements to Jira-Node
2020-04-24 09:50:56 +02:00
ricardo
e19db703ce
⚡ Added update status to issues
2020-04-24 00:59:19 -05:00
Jan Oberhauser
201dd95c90
⚡ Small improvements on Jira-Node
2020-02-06 19:03:29 -08:00
Ricardo Espinoza
960d439cbc
⚡ fixes
2020-02-02 10:01:56 -05:00
Ricardo Espinoza
94b13ddea2
⚡ Support for Jira server
2020-02-01 18:15:56 -05:00
Jan Oberhauser
f4acd47f80
🐛 Fix wrong default values
2020-01-04 22:19:10 -06:00
Jan Oberhauser
d7ef2f41f8
⚡ Some small adjustments
2019-12-02 22:40:24 +01:00
Ricardo Espinoza
28cb10df3a
🎨 added line breaks
2019-12-02 09:15:03 -05:00
Ricardo Espinoza
8ca31db0aa
fixes done
2019-12-01 16:47:53 -05:00
Ricardo Espinoza
9def6cd6ae
✨ Issue resource done
2019-11-29 17:30:00 -05:00
Ricardo Espinoza
8e5ad3f4b1
✨ Renamed and added interfaces
2019-11-28 01:10:41 -05:00
Ricardo Espinoza
bb2ba588f5
✨ issue:create done
2019-11-27 17:42:28 -05:00