s_("IssueTracker|Use YouTrack as this project's issue tracker. %{docs_link}").html_safe%{docs_link:docs_link.html_safe}
end
defself.to_param
'youtrack'
end
deffields
[
{type:'text',name:'project_url',title:_('Project URL'),help:s_('IssueTracker|The URL to the project in YouTrack.'),required:true},
{type:'text',name:'issues_url',title:s_('ProjectService|Issue URL'),help:s_('IssueTracker|The URL to view an issue in the YouTrack project. Must contain %{colon_id}.')%{colon_id:'<code>:id</code>'.html_safe},required:true}