Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
issue.comments.filter(c => !c.properties['sd.public.comment'].internal).length

Issue has a certain label

Code Block
issue.labels.includes("my-label")

Issue has three or more attached files

...