Alb. C

Results 6 issues of Alb. C

I know that there is a way to customise the labels but I can't find a way of giving them a bit more of functionality and not just only minor...

I see the potential of this extension and how useful it can be. However, maybe it's me, but I find it confusing when it basically complains about pretty much everything......

``` "errorMessage": "Parse error on \"\" (STRING)", ``` Both `create_item` and `create_subitem` have the same issue. If the item/subitem name contains double quotes, it will fail when parsing the string....

enhancement
good first issue

### What changed: Added `create_boards()` function and a test for it. Also, `Readme` has been updated. ### What resolves: Issue #59: Will allow users to easily create boards optionally specifying...

### What changed: Added `duplicate_board()` function and a test for it. A _types.py_ file has been included where type hints can be set up. In this case it stores the...

enhancement

### Issue There is a missing (and rather useful) method to allow users to create new boards at ease. ```graphql mutation { create_board (board_name: "my board", board_kind: public) { id...