I am trying to have a rule wherein if the ticket isn't in the correct status when the pull request is created, a comment is added addressing the pull request creator to transition the ticket in correct status. However, I am unable to derive the name of the pull request creator using smart value tags. I tried {{pullRequest.creator}}, {{pullRequest.author}}, {{issue.development.pullRequest.creator}} and so on but with no success