| Age | Commit message (Collapse) | Author | 
|---|
|  |  | 
|  | Use `startAt` to get fresh pages of results. | 
|  | Need to set the `startAt` field when making the request. | 
|  | Move the loop outside this function. Makes more sense to have it in
`run`, which is doing the pagination etc. This function can worry about
watching a single issue. | 
|  | For each page of issues, watch those issues. Watcher code needs to be
implemented. | 
|  | This should make it easier to test with real values by passing in a
single config object. | 
|  | We can later make a config from command line arguments.
Also don't require "https://" prefix from endpoint config. Doesn't make
sense to require that in the input when we can add it in the program. | 
|  |  | 
|  | This needs to be configurable as it will be different for each
organisation. | 
|  | Instead of POSTing a string literal, define it with an alist and use
'jzon' to convert it to JSON. | 
|  | 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. | 
|  |  | 
|  | 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. |