Skip to content

Commit 741ea68

Browse files
authored
Merge pull request #3 from dataiku/feature/sc-219421-add-access-to-on-premise-server
feat: [sc-219421] [Jira plugin] Add access to on premise server
2 parents 397e53c + ec37ec0 commit 741ea68

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [Version 1.0.2](https://github.com/dataiku/dss-plugin-jira/releases/tag/v1.0.2) - Feature release - 2024-12-12
4+
5+
- Add option to access Jira on premise
6+
37
## [Version 1.0.1](https://github.com/dataiku/dss-plugin-jira/releases/tag/v1.0.1) - Feature release - 2024-08-15
48

59
- Add option to retrieve comments on issues

parameter-sets/basic-auth/parameter-set.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"label": "Server type",
1616
"type": "SELECT",
1717
"defaultValue": "cloud",
18-
"visibilityCondition": false,
18+
"visibilityCondition": true,
1919
"selectChoices": [
2020
{"value": "cloud", "label": "Jira Cloud"},
2121
{"value": "on_premise", "label": "Jira On premise"}

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "jira",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"meta": {
55
"label": "Jira",
66
"description": "Import data from your Jira account",

0 commit comments

Comments
 (0)