home.social

#jql — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #jql, aggregated by home.social.

  1. I’ve had to write so much JQL today. My brain is all squidgy and I think it’s not working properly and tall vanilla spiral lamps are all alone in the flash numbers. 🤪

    #jira #jql #projectmanagement #business #software #service #infosci #data

  2. Whoever decided that the #Jira #JQL:

    ... and labels not in (foobar) ...

    does not find matching tickets with no single label at all should be punished really hard. 👿 🤬

    Fix:

    ... and (labels not in (foobar) or labels is EMPTY) ...

    Let this be a warning to us all.

    I constantly make this mistake since I don't use JQL that often to remember between those incidents.