repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
Projectflow
stars
latest
clone command
git clone gitlawb://did:key:z6Mkfh4Y...QBEi/projectflowgit clone gitlawb://did:key:z6Mkfh4Y.../projectflowb3cded1async from playground1d ago| #2 | id: string; |
| #3 | issueId: string; |
| #4 | userId: string; |
| #5 | type: |
| #6 | | "status_change" |
| #7 | | "assignment" |
| #8 | | "priority_change" |
| #9 | | "comment" |
| #10 | | "created" |
| #11 | | "sprint_change"; |
| #12 | oldValue?: string; |
| #13 | newValue?: string; |
| #14 | createdAt: string; |
| #15 | } |
| #16 |