Skip to content

Commit e4cbee5

Browse files
committed
DSS14 icon set
1 parent 536f55d commit e4cbee5

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

custom-recipes/jira-services/recipe.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"meta": {
33
"label": "Jira",
44
"description": "Retrieve issues, projects, boards, organizations data from Jira based on dataset of items IDs",
5-
"icon": "icon-ticket"
5+
"icon": "icon-ticket dku-icon-jira"
66
},
77
"kind": "PYTHON",
88
"selectableFromDataset": "input_datasets_name",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"meta" : {
33
"label": "Jira connection",
44
"description": "Connect to Jira using your user name / API token",
5-
"icon": "icon-ticket"
5+
"icon": "icon-ticket dku-icon-jira"
66
},
77
"defaultDefinableInline": true,
88
"defaultDefinableAtProjectLevel": true,

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"label": "Jira",
66
"description": "Import data from your Jira account",
77
"author": "Dataiku",
8-
"icon": "icon-ticket",
8+
"icon": "icon-ticket dku-icon-jira",
99
"tags": ["Connector", "CRM", "Generative AI", "Agents", "Tools"],
1010
"url": "https://www.dataiku.com/product/plugins/jira/",
1111
"licenseInfo": "Apache Software License",

python-agent-tools/create-issue/tool.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "create-jira-issue",
33
"meta": {
4-
"icon": "icon-ticket",
4+
"icon": "icon-ticket dku-icon-jira",
55
"label": "Create Jira Issue",
66
"description": "Create a Jira issue based on user input"
77
},

python-connectors/jira/connector.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"meta" : {
33
"label": "Jira",
44
"description": "Import data from Jira Core, Software and Service Desk",
5-
"icon": "icon-ticket"
5+
"icon": "icon-ticket dku-icon-jira"
66
},
77
"readable": true,
88
"writable": false,

0 commit comments

Comments
 (0)