Creates valid JQL by the field name regarding the project entity.
Parameters
name: string
Returns Promise<string>
Example
SR.jira.getProjectJQLByFieldName("inputFieldName"); // expected singular value result: "project in (ProjectKey)" // expected multiple value result: "project in (ProjectKey1, ProjectKey2)"
Creates valid JQL by the field name regarding the project entity.