{type: 'text',name: 'api_url',title: s_('JiraService|Jira API URL'),placeholder: s_('JiraService|If different from Web URL')},
{type: 'text',name: 'username',title: s_('JiraService|Username or Email'),placeholder: s_('JiraService|Use a username for server version and an email for cloud version'),required: true},
{type: 'password',name: 'password',title: s_('JiraService|Password or API token'),placeholder: s_('JiraService|Use a password for server version and an API token for cloud version'),required: true},