Igor Lesnenko
Igor Lesnenko
@nickoferrall you can also make your existing working link expired: If your link looks like: http://localhost:3000/invitation-link/C32SGB55JGZ9 Run the following rethinkdb query: ``` r.db('actionDevelopment').table('MassInvitation').filter({ id: 'C32SGB55JGZ9' }).update({ expiration: new Date() })...
Just run into this issue myself. I started a meeting and gave people 2 days to post reflections. At some point, I by accident clicked on the "Group" link on...
I suggest we allow to reset to reflection phase like we do for groups
I pushed a PR with possible solution #7181
Posting @mattkrick comment here to keep discussion in one place https://github.com/ParabolInc/parabol/pull/7181#issuecomment-1247147374 > My .02: > > * From a psychological standpoint, when a meeting goes backwards instead of forwards, it...
@enriquesanchez Yes, I think the things you mentioned may be one of the reasons why users have problems 1) I think we can change 'Edit groups' to make it more...
Probably, a single select field has a type other than string and number that we support https://github.com/ParabolInc/parabol/blob/872f802fb6407ba681593e9058fae33e7c89cf76/packages/server/utils/atlassian/jiraFields.ts#L1
@JimmyLv can you review this PR please?
@mattkrick I tried to fix that quickly, but was unable to, as possibly, there is a bug in the library. Also, since in this PR I only touched settings part...
@mattkrick I left comments in your PR: https://github.com/ParabolInc/parabol/pull/7061#pullrequestreview-1071109618 I'm merging this PR for now