edit description of issue 000ddc5eaf58e781c945d6321970ec40
This commit is contained in:
parent
03c1ac3bb3
commit
5ef9bcbb50
1 changed files with 5 additions and 0 deletions
|
|
@ -6,3 +6,8 @@ for ISSUE_ID in $(ent list --ids-only ${MY_FILTER}); do
|
||||||
# do thing with ${ISSUE_ID}
|
# do thing with ${ISSUE_ID}
|
||||||
done
|
done
|
||||||
```
|
```
|
||||||
|
|
||||||
|
For now you can sort of emulate this with:
|
||||||
|
```
|
||||||
|
ent list state=done done-time=2026-01-01T00:00:00-06:00.. | grep ' ' | cut -f 1 -d ' '
|
||||||
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue