-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathJiraPyConfig.xml
More file actions
21 lines (21 loc) · 892 Bytes
/
JiraPyConfig.xml
File metadata and controls
21 lines (21 loc) · 892 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0"?>
<AlteryxJavaScriptPlugin>
<EngineSettings EngineDll="Python" EngineDllEntryPoint="JiraPy.py" SDKVersion="10.1" />
<GuiSettings Html="JiraPy.html" Icon="JiraPyLogo.png" Help="https://help.alteryx.com/developer/current/index.htm#Python/Examples.htm" SDKVersion="10.1">
<OutputConnections>
<Connection Name="Output" AllowMultiple="False" Optional="False" Type="Connection" Label=""/>
</OutputConnections>
</GuiSettings>
<Properties>
<MetaInfo>
<Name>JiraPy</Name>
<Description>A custom Python tool for importing Jira data</Description>
<CategoryName>ayx_builders</CategoryName>
<SearchTags>python, sdk, input, jira</SearchTags>
<ToolVersion>1.00</ToolVersion>
<Author>tlarsendataguy</Author>
<Company></Company>
<Copyright>2019</Copyright>
</MetaInfo>
</Properties>
</AlteryxJavaScriptPlugin>