It's a permissions issue: http://www.atlassian.com/software/jira/docs/latest/permissions.html
Who controls the permissions for the Shindig project? On Jan 15, 2008 12:29 PM, Kevin Brown <[EMAIL PROTECTED]> wrote: > Yeah, it looks like this is integrated. > > Now my next question -- anyone know why I can't close this issue? Can I > only > close something that's been assigned to me? I can't find out how to close > issues in the jira documentation. > > ~Kevin > > On Jan 15, 2008 12:25 PM, Paul Lindner <[EMAIL PROTECTED]> wrote: > > > In our jira implentation at Hi5 all you need to do is reference the > > Jira ticket in the subversion commit log message. > > > > There's a background task that scans the svn logs and links the diff > > with the issue. > > > > On Tue, Jan 15, 2008 at 12:17:37PM -0800, Kevin Brown wrote: > > > I see that JIRA has a "subversion commits" section -- is there some > way > > to > > > automatically add the commits to jira issues? > > > > > > ~Kevin > > > > > > On Jan 15, 2008 12:14 PM, <[EMAIL PROTECTED]> wrote: > > > > > > > Author: etnu > > > > Date: Tue Jan 15 12:14:37 2008 > > > > New Revision: 612199 > > > > > > > > URL: http://svn.apache.org/viewvc?rev=612199&view=rev > > > > Log: > > > > Committed patch from > https://issues.apache.org/jira/browse/SHINDIG-16to > > > > address xml inclusion in the static files list. > > > > > > > > > > > > Modified: > > > > incubator/shindig/trunk/java/gadgets/pom.xml > > > > > > > > Modified: incubator/shindig/trunk/java/gadgets/pom.xml > > > > URL: > > > > > > > http://svn.apache.org/viewvc/incubator/shindig/trunk/java/gadgets/pom.xml?rev=612199&r1=612198&r2=612199&view=diff > > > > > > > > > > > ============================================================================== > > > > +++ incubator/shindig/trunk/java/gadgets/pom.xml Tue Jan 15 12:14:37 > > 2008 > > > > @@ -32,6 +32,8 @@ > > > > <include>**/*.js</include> > > > > <include>**/*.html</include> > > > > <include>**/*.css</include> > > > > + <include>**/*.dtd</include> > > > > + <include>**/*.xml</include> > > > > </includes> > > > > </resource> > > > > </webResources> > > > > > > > > > > > > > > > > -- > > Paul Lindner > > hi5 Architect > > [EMAIL PROTECTED] > > >

