Wolfram Language Paclet Repository
Community-contributed installable additions to the Wolfram Language
Wolfram Language Jira interface allowing connection between Jira and Wolfram language session
Contributed by: Antonis Aristeidou
A paclet providing a Wolfram Language interface with the Jira REST API, supporting a custom symbolic JQL querying syntax.
To install this paclet in your Wolfram Language environment,
evaluate this code:
PacletInstall["ToneAr/JiraLink"]
To load the code after installation, evaluate this code:
Needs["ToneAr`JiraLink`"]
Set the Jira server base:
In[1]:= | ![]() |
Out[1]= | ![]() |
Start a Jira session:
In[2]:= | ![]() |
Out[2]= | ![]() |
Check connection:
In[3]:= | ![]() |
Out[3]= | ![]() |
Create a new Jira issue:
In[4]:= | ![]() |
Assign issue to a Jira user:
In[5]:= | ![]() |
Out[5]= | ![]() |
Log work on the issue:
In[6]:= | ![]() |
Out[6]= | ![]() |
Make a comment on the issue:
In[7]:= | ![]() |
Out[7]= | ![]() |
Disconnect from the Jira session:
In[8]:= | ![]() |
Out[8]= | ![]() |
Use symbolic JQL to search for issues:
In[9]:= | ![]() |
Out[9]= | ![]() |
Parse a symbolic JQL expression to a JQL string:
In[10]:= | ![]() |
Out[10]= | ![]() |