* [phabricator] Skip a list of items by id\ Perceval will not fetch the items set with the `--blacklist-ids` argument. In the following example, `perceval` will skip the items with ids `123` and `456`: perceval phabricator <PHAB_URL> -t <API_TOKEN> --blacklist-ids 123 456
0.20.0rc.4
**New features:**
* [phabricator] Skip a list of items by id\ Perceval will not fetch the items set with the `--blacklist-ids` argument. In the following example, `perceval` will skip the items with ids `123` and `456`: perceval phabricator <PHAB_URL> -t <API_TOKEN> --blacklist-ids 123 456
0.20.0rc.3
**New features:**
* [phabricator] Skip a list of items by id\ Perceval will not fetch the items set with the `--blacklist-ids` argument. In the following example, `perceval` will skip the items with ids `123` and `456`: perceval phabricator <PHAB_URL> -t <API_TOKEN> --blacklist-ids 123 456
0.20.0rc.2
**New features:**
* [phabricator] Skip a list of items by id\ Perceval will not fetch the items set with the `--blacklist-ids` argument. In the following example, `perceval` will skip the items with ids `123` and `456`: perceval phabricator <PHAB_URL> -t <API_TOKEN> --blacklist-ids 123 456
0.20.0rc.1
**New features:**
* [phabricator] Skip a list of items by id\ Perceval will not fetch the items set with the `--blacklist-ids` argument. In the following example, `perceval` will skip the items with ids `123` and `456`: perceval phabricator <PHAB_URL> -t <API_TOKEN> --blacklist-ids 123 456
0.19.1
**Bug fixes:**
* [confluence] KeyError exception when arguments not passed to 'fetch_items'\ Required arguments that weren't passed to 'fetch_items' made the code fail with a KeyError exception.