File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
parameter-sets/basic-auth Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
7
## [ Version 1.0.1] ( https://github.com/dataiku/dss-plugin-jira/releases/tag/v1.0.1 ) - Feature release - 2024-08-15
4
8
5
9
- Add option to retrieve comments on issues
Original file line number Diff line number Diff line change 15
15
"label" : " Server type" ,
16
16
"type" : " SELECT" ,
17
17
"defaultValue" : " cloud" ,
18
- "visibilityCondition" : false ,
18
+ "visibilityCondition" : true ,
19
19
"selectChoices" : [
20
20
{"value" : " cloud" , "label" : " Jira Cloud" },
21
21
{"value" : " on_premise" , "label" : " Jira On premise" }
Original file line number Diff line number Diff line change 1
1
{
2
2
"id" : " jira" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.0.2 " ,
4
4
"meta" : {
5
5
"label" : " Jira" ,
6
6
"description" : " Import data from your Jira account" ,
You can’t perform that action at this time.
0 commit comments