Atlassian JIRA 3.13 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Atlassian JIRA 3.13 (Default branch)
# 1  
Old 09-10-2008
Atlassian JIRA 3.13 (Default branch)

ImageJIRA is a J2EE-based issue tracking, bug tracking, and project management application. It handles all kinds of issues (including bugs, features, enhancements, and tasks) and can be used for bug tracking, development help, project management, or group task cataloging. License: Free for non-commercial useChanges:
This hrelease adds a number of frequently requested changes. Dashboards can now be shared between users. Filters can be shared with projects or multiple groups. Both Dashboards and filters can searched for and marked as "favourites". Admins can restore a single Project from a backup file into an existing JIRA instance, and can edit active Workflows directly. This release adds other major features and closes over 200 defects.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Linux

How to Install and configure Jira And Confulence in Centos 5.5

Please Give me Step by step Instruction Or Video Tutorial For installing and configuring Jira And Confulence in Centos 5.5 , What are the Requirements For Installing and Configuring , wht are the Softwares need for it to work perfectly ... pls reply thanks in advance .... :wall: (1 Reply)
Discussion started by: babinlonston
1 Replies
Login or Register to Ask a Question
logredo(8)						 JFS utility - replay journal log						logredo(8)

NAME
logredo - "replay" a JFS formatted device's journal log SYNOPSIS
logredo device DESCRIPTION
logredo applies all committed transactions recorded in the JFS journal log since the most recent synch point. Its goal is to put the JFS file system in the state it would have been in if all transactions had been applied, in order, by the JFS file system itself. device is the special file name corresponding to the actual device on which the journal log will be replayed (e.g. /dev/hdb1 ). logredo must be run as root. WARNING
logredo is called from within fsck.jfs, and is not recommended to be run as a stand-alone utility unless completely necessary, and only by advanced users with a clear understanding of journaling in a file system. BUGS
If you find a bug in JFS or logredo, please report it via the bug tracking system ("Report Bugs" section) of the JFS project web site: http://oss.software.ibm.com/jfs Please send as much pertinent information as possible, including any logredo error messages and the complete output of running fsck.jfs with the -v option on the JFS device. SEE ALSO
xchklog(8), xchkdmp(8), mkfs.jfs(8), fsck.jfs(8), logdump(8), xpeek(8) AUTHORS
Barry Arndt (barndt@us.ibm.com) William Braswell, Jr. logredo is maintained by IBM. See the JFS project web site for more details: http://oss.software.ibm.com/jfs October 10, 2001 logredo(8)