set security level if issue is created via email channel

Issue #390 resolved
Saida Aslanova created an issue

Hi, we have jira 7.1.0 and plugin's version 2.2.11. Im trying to select a certain Security level when the issue is creating from email channel. how it can de done? in JQL it works if condition is request-channel-type = email but here it returns the LEXICAL ERROR thanks in advance

Comments (5)

  1. Fidel Castro Armario repo owner

    Can you, please, attach a screenshot of the post-function's tab of your "Create Issue" transition? I want to see the configuration of all your post-function's and their execution order.

  2. Saida Aslanova reporter

    Hi Fidel, jwt1.png here it is, this variant works. but when I try to use condition request-channel-type, jwt2.png

  3. Fidel Castro Armario repo owner

    You should use "Copy a parsed text to a field" post-function with the following configuration:

    • Target field: Security level
    • Parsing mode: basic
    • Text to be parsed: name of a security level
    • Conditional execution:
    issueKeysToIssueList(%{00015}) in issuesFromJQL("request-channel-type = email")
    

    note that %{00015} is field code for Issue key.

  4. Log in to comment