Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 97897 invoked from network); 29 Jun 2006 23:10:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Jun 2006 23:10:25 -0000 Received: (qmail 15414 invoked by uid 500); 29 Jun 2006 23:10:22 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 15355 invoked by uid 500); 29 Jun 2006 23:10:21 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 15341 invoked by uid 99); 29 Jun 2006 23:10:21 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Jun 2006 16:10:21 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of mcintyre.a@gmail.com designates 66.249.92.170 as permitted sender) Received: from [66.249.92.170] (HELO ug-out-1314.google.com) (66.249.92.170) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Jun 2006 16:10:20 -0700 Received: by ug-out-1314.google.com with SMTP id m3so662394uge for ; Thu, 29 Jun 2006 16:09:59 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=B6AEw1k+v+gsZvJwXsNXhFoGaLvO/IFRXYbHr5VAzBqSc9xNuIgVjKtQ2Cj7xamRe3p9XzB7sFJFne1cqkR4S1Dq3cyXC3JtK7/rEFI0yAYF1Y2LxTlZetVhqfDqJ8u2eXaOxoDuiEq1ok3YosmN+jsUhGUtiYtMUKDdk6flc44= Received: by 10.66.240.12 with SMTP id n12mr2472876ugh; Thu, 29 Jun 2006 16:09:59 -0700 (PDT) Received: by 10.67.27.4 with HTTP; Thu, 29 Jun 2006 16:09:59 -0700 (PDT) Message-ID: <54ac72d70606291609p7392b5ak151c5a7091b48bd0@mail.gmail.com> Date: Thu, 29 Jun 2006 16:09:59 -0700 From: "Andrew McIntyre" To: derby-dev@db.apache.org, mikem_app@sbcglobal.net Subject: Re: question about jira derby browse project page. In-Reply-To: <44A456E6.7080002@sbcglobal.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <44A456E6.7080002@sbcglobal.net> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 6/29/06, Mike Matrigali wrote: > I have a question about the following page in jira: > http://issues.apache.org/jira/browse/DERBY?report=com.atlassian.jira.plugin.system.project:openissues-panel > > Is the info here a standard we inherit from JIRA, or is it possible to > customize this view. Specifically what I would like is to have a > Open bugs view in addition to the open issues view. The front page layout if from the standard project template inherited from JIRA. It is possible to write a plugin that would support a different report, but that would mean you'd have to a) write the plugin and b) convince the jira admins to install it. :-) andrew