From Fedora Project Wiki

(phabricator is discontinued)
 
(13 intermediate revisions by 2 users not shown)
Line 1: Line 1:
We use a tool called [http://phabricator.org/ Phabricator] to manage our tickets and review commits. Our instance is available at:
QA instance of Phabricator has been discontinued.
 
'''https://phab.qadevel.cloud.fedoraproject.org'''
 
You can [https://phab.qadevel.cloud.fedoraproject.org/maniphest/task/create/ create a ticket] for us there (report a bug, suggest a feature) against [https://phab.qadevel.cloud.fedoraproject.org/project/query/all/ one of our tracked projects].
 
== FAQ ==
 
; When I open the main page, I see only a login dialog.
: Phabricator supports anonymous access, but the main page is unfortunately very unhelpful at the moment. You can use one of these links instead:<br>[https://phab.qadevel.cloud.fedoraproject.org/maniphest/ List of all tickets]<br>[https://phab.qadevel.cloud.fedoraproject.org/differential/ List of all reviews]<br>[https://phab.qadevel.cloud.fedoraproject.org/project/query/all/ List of all projects]<br>[https://phab.qadevel.cloud.fedoraproject.org/feed/ Latest changes]
 
; I need to have an account to create a ticket? I don't want yet another account.
: We're very close to have FAS login support working, but it's not ready yet.
 
; I receive too much email for the tickets I'm subscribed to. Every single ticket change is announced.
: Go to your [https://phab.qadevel.cloud.fedoraproject.org/settings/panel/emailpreferences/ Email preferences] and set which types of action you want to get email notifications for.
 
; I want to receive email notifications even for tickets I'm not directly subscribed to yet (all tickets in a certain project, for example).
: Go to [https://phab.qadevel.cloud.fedoraproject.org/herald/ Herald tool] and create a new rule for tickets (or reviews). The rules are evaluated for every ticket/review change. For example you can specify that if a ticket belongs to certain projects or have a certain keyword in its description, you'll get automatically subscribed to it.
: ''Examples for Maniphest Tasks:''
<pre>Title: Add me to CC for selected projects
When any of these conditions are met:
  Projects include any of beaker, depcheck mk 2, infrastructure, new-check-ideas, taskotron
Take these actions every time this rule matches:
  Add emails to CC kparal</pre>
<pre>Title: Track certain keywords
When any of these conditions are met:
  Title matches regexp /(upgradepath|depcheck|autoqa|rpmguard)/i
  Body matches regexp /(upgradepath|depcheck|autoqa|rpmguard)/i
Take these actions every time this rule matches:
  Add emails to CC kparal</pre>
: ''Examples for Differential Revisions:''
<pre>Title: Watch revisions for selected projects
When all of these conditions are met:
  Repository is any of rLTRN (libtaskotron)
Take these actions every time this rule matches:
  Send an email to kparal</pre>
: Please note that with ''send an email'' action you get only one email, during object (e.g. a revision) creation. With ''add emails to CC'' action, you get a copy of all future updates to that object.
 
 
[[Category:QA]]

Latest revision as of 12:44, 7 August 2017

QA instance of Phabricator has been discontinued.