| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-05-07 | fetch-issues: Change POST data to Lisp alist | Teddy Wing | |
| Instead of POSTing a string literal, define it with an alist and use 'jzon' to convert it to JSON. | |||
| 2022-05-07 | Parse JSON from Jira response | Teddy Wing | |
| Parse the Jira response into a hash that we can interact with. Needed to do some finagling to get my "lib" submodule directory to be searched for systems. | |||
| 2022-05-07 | Move issues fetch to a function | Teddy Wing | |
| 2022-05-07 | Try querying issues from Jira | Teddy Wing | |
| Set up a Common Lisp project skeleton and make a request to the Atlassian API to get a filtered list of issues that the current user isn't watching. | |||
