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`"]
| In[1]:= |
| Out[1]= | ![]() |
Set the Jira server base:
| In[2]:= |
| Out[2]= |
Start a Jira session:
| In[3]:= |
| Out[3]= |
Check connection:
| In[4]:= |
| Out[4]= |
Create a new Jira issue:
| In[5]:= | ![]() |
Assign issue to a Jira user:
| In[6]:= |
| Out[6]= |
Log work on the issue:
| In[7]:= |
| Out[7]= |
Make a comment on the issue:
| In[8]:= |
| Out[8]= |
Disconnect from the Jira session:
| In[9]:= |
| Out[9]= |
Use symbolic JQL to search for issues:
| In[10]:= | ![]() |
| Out[10]= |
Parse a symbolic JQL expression to a JQL string:
| In[11]:= | ![]() |
| Out[11]= |