Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15521014
D7906.id17895.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
872 B
Referenced Files
None
Subscribers
None
D7906.id17895.diff
View Options
Index: src/applications/auth/provider/PhabricatorAuthProviderOAuth1JIRA.php
===================================================================
--- src/applications/auth/provider/PhabricatorAuthProviderOAuth1JIRA.php
+++ src/applications/auth/provider/PhabricatorAuthProviderOAuth1JIRA.php
@@ -11,6 +11,10 @@
return pht('JIRA');
}
+ public function getDescriptionForCreate() {
+ return pht('Configure JIRA OAuth. NOTE: Only supports JIRA 6.');
+ }
+
public function getConfigurationHelp() {
if ($this->isSetup()) {
return pht(
@@ -162,6 +166,11 @@
"again."));
}
+ $form->appendRemarkupInstructions(
+ pht(
+ 'NOTE: This provider **only supports JIRA 6**. It will not work with '.
+ 'JIRA 5 or earlier.'));
+
$is_setup = $this->isSetup();
$e_required = $request->isFormPost() ? null : true;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Apr 21, 10:24 AM (2 d, 12 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7231882
Default Alt Text
D7906.id17895.diff (872 B)
Attached To
Mode
D7906: Add warnings to JIRA auth provider that we only support JIRA 6
Attached
Detach File
Event Timeline
Log In to Comment