CodeBeamer
Collaborative ALM as a Service
CodeBeamer 5.4.2 on Amazon EC2 medium instance
         
Tracker Filtering
Tags:   No tags associated yet.
All Tags...
Download
- nbalm-0.8.5.zip

Links
- Java
- Netbeans
- codeBeamer

Recent News
Project Created
Nov 06, 2007 03:42

Failed to fetch feed from "http://www.netbeans.org/rss-091.xml"
com.sun.syndication.io.ParsingFeedException: Invalid XML
[ edit ] [ properties ] [ hide ]

Forum Filter

New post today ?
def accept(item) {
   return util.today(item.submittedAt)
}

Search 'big' in summary

def accept(item) {
   return item.subject.contains('Re:')
}

Submitted by me

 
def accept(item) {
   return item.submitter == env.user
}

All from 'bond'

def accept(item) {
   return item.submitter == 'bond'
}

Submitted this week by me

def accept(item) {
   return util.thisWeek(item.submittedAt) && item.submitter == env.user
}