Function getAssigneeJQLByFieldName

  • Creates valid JQL by the field name regarding the assignee entity.

    Parameters

    • name: string

    Returns Promise<string>

    Example

    SR.jira.getAssigneeJQLByFieldName("inputFieldName");
    // expected singular value result: "assignee in (AccountId)"
    // expected multiple value result: "assignee in (AccountId1, AccountId2)"