SlideShare a Scribd company logo
1 of 32
1 
HOW TO CUSTOMIZE 
REDMINE 
Hirotaka Nishimiya 
2014/10/16
2 
PURPOSE 
• Purpose 
• To enable people to customize Redmine as you like. 
• Remarks 
• During this presentation, I recommend you to operate our 
Redmine.
3 
THE ENTRANCE TO CUSTOMIZATION 
• Login as Admin user 
• Click “Administration” on the top menu bar
4 
THE ENTRANCE TO CUSTOMIZATION 
• Administration menu is shown. 
Out of scope for today. Please 
check by yourself if you want.
5 
1. PROJECTS 
• You can create and maintain projects and sub-projects. 
Create new projects 
Closed/ Archived 
projects will be shown if 
you filter with Status: All.
6 
1. PROJECTS 
• To create a new project, you need Name and Identifier. 
Identifier is the ID of projects. It cannot be changed after 
creation, but it will be rarely shown for users.
7 
1. PROJECTS 
• You can assign parent-project and select modules, 
trackers and custom fields to be used in this project.
8 
1. PROJECTS 
• You can change settings for existing (sub-)projects. 
• You can also access to this setting pages from 
“Settings” on the module bar. 
Plugins might add tabs in this setting page
9 
1. PROJECTS 
• You can add/ maintain versions in Version tab. 
You can set the status as 
“closed”, then the version will 
not be shown in ticket page. 
It is also possible to reopen 
closed versions. 
Versions can be shared with 
other (sub-)projects. “Sharing” 
field determines the scope to 
share each version.
10 
2. USERS 
• In Users, you can check users’ status and maintain them.
11 
2. USERS 
• You can lock/ delete every users. 
• You can also reset each user’s password. There is an 
automatically-transmitted email function. 
If Administrator authorization 
is given, user can; 
- use all the “Administration” 
functions, which is instructed 
in this document. 
- access all projects 
- use all the functions, which 
will be customized in 
“permissions” page (later 
discussion) 
Plugins might add tabs in this setting page
12 
2. USERS 
• You can assign groups and projects and roles in each 
projects to users. 
Roles can also be assigned to users in other setting 
pages, i.e. “Settings” on the module bar.
13 
3. GROUPS 
• In Groups, you can maintain who are in each groups. 
• Like as individual users, you can assign groups to 
projects. Then users in that group will be assigned to 
that project.
14 
4. ROLES AND PERMISSIONS 
• You can create roles, which can be assigned to users. 
• You can select permissions to be granted to a role, 
such as “create project”. 
• Permission report is useful to check what permissions are 
added to which roles, cross-sectionally. 
“Non member” and “Anonymous” are 
the default users, which cannot be 
deleted. 
- Non member: users who are not a 
member of the project. 
- Anonymous: users who does not login. 
Plugins might add 
new permissions in 
this page
15 
5. TRACKERS 
• You can choose fields to be used with a tracker. 
• Like as permission report, Summary page is useful. 
You can assign trackers to projects. As explained, 
it is also possible in Projects setting page.
16 
6. ISSUE STATUSES 
• You can add/ maintain issue statuses.
17 
6. ISSUE STATUSES 
• Only one issue status can be “default value”, then it will 
be always shown first when issuing a new ticket.
18 
6. ISSUE STATUSES 
• Some issue statuses need to be “issue closed”. Tickets 
with an “issue closed” status will not be shown when 
you query issues with “open” in status filter.
19 
6. ISSUE STATUSES 
• Issue statuses and completeness of tickets (% 
complete) can be linked to each other. 
• If you break the link, members need to maintain the “% 
complete ” field separately from the status field. 
Below customization is in “Administration” 
-> “Settings” -> “Issue Tracking”
20 
7. WORKFLOW 
• In Workflow customization page, there are two tabs, 
“Status transition” and “Fields permission”.
21 
7. WORKFLOW 
• In “Status transitions” tab, you need to select “Role” 
and “Tracker” to be maintained first and then click 
“Edit” button. The as-is customization which indicates 
whether a user with the role can move “from which 
status to which status” 
First, select Role and 
Tracker to be maintained, 
then press Edit button. 
If you also want to 
maintain new statuses, 
uncheck “Only display 
statuses that are used by 
this tracker”.
22 
7. WORKFLOW 
• You can change the authorizations by checking/ 
unchecking each cell. 
• You can also allow additional combinations only when 
a user is the author or assignee of the ticket. 
Users can move the status 
from New to In Progress, but 
cannot from In Progress to 
New.
23 
7. WORKFLOW 
• In “Fields permissions” tab, you can mark “Read-only” 
or “Required” in each cell. 
Tracker cannot 
be changed 
when users move 
the status to 
Pending 
Users cannot 
move the status 
to Closed when 
assignee field is 
blank
24 
7. WORKFLOW 
• You can see how many paths are defined for each 
combination of Tracker and Role in Summary.
25 
8. CUSTOM FIELDS 
• Redmine allows you to add some custom fields. 
New custom filed 
will be added. 
Sort order of 
fields can be 
changed but 
All custom fields 
are always listed 
under the 
default fields.
26 
8. CUSTOM FIELDS 
• Each custom field have description and some setting 
fields. 
“Description” will be 
shown when users 
mouse-overed on the 
field name. 
Based on the 
“Format” chosen, 
there will be some 
setting field. You can 
use regular expression 
(正規表現) to regulate 
values to be set.
27 
8. CUSTOM FIELDS 
• Each custom field have description and some setting 
fields. Always required when raising/ maintaining tickets. 
All projects have this custom field. 
You can select this custom field as a filter field when 
searching tickets. 
Who can see this custom field. 
Which trackers will be used this custom field. 
Which projects will be used this custom field. 
* This setting will be disabled when “For all projects” is 
checked.
28 
9. SETTINGS 
• More and more settings are available in “Settings”. 
#of tickets listed 
when searching 
Host name will be 
used for link URL in 
e-mail notification.
29 
9. SETTINGS 
• More and more settings are available in “Settings”. 
Redmine’s look & feel can be 
changed. Below internet 
resource shows the instruction. 
http://redmine.jp/glossary/t/the 
me/
30 
9. SETTINGS 
• More and more settings are available in “Settings”. 
Enable/ disable REST service. The 
mass-updating tool “Redmineチケット 
★一括★” uses REST service.
31 
9. SETTINGS 
• More and more settings are available in “Settings”. 
Associate an issue with another 
issue in another project? 
Associate an issue as a child with 
another issue in another project? 
Assign a ticket to a group (not to 
individuals)? 
Link % complete and status field? 
(as instructed in page #19) 
How many ticket you can export 
when exporting ticket list to CVS 
etc. file.
32 
9. SETTINGS 
• More and more settings are available in “Settings”. 
Triggers to send emails. 
Email’s header and footer can be customized.

More Related Content

Similar to How to customize Redmine with less than 40 characters

August 12: Sugar’s Security Model – Teams and Roles
August 12: Sugar’s Security Model – Teams and Roles August 12: Sugar’s Security Model – Teams and Roles
August 12: Sugar’s Security Model – Teams and Roles ticomixcrm
 
Style Intelligence User Documentation
Style Intelligence User DocumentationStyle Intelligence User Documentation
Style Intelligence User DocumentationArleneWatson
 
Power copy with CATIA
Power copy with CATIAPower copy with CATIA
Power copy with CATIARakesh Bunkar
 
Shared Shelf Admin tools training 2015
Shared Shelf Admin tools training 2015Shared Shelf Admin tools training 2015
Shared Shelf Admin tools training 2015ARTstor-Shared_Shelf
 
A Better Way to Capture and Manage Cement Lab Data
A Better Way to Capture and Manage Cement Lab DataA Better Way to Capture and Manage Cement Lab Data
A Better Way to Capture and Manage Cement Lab Datapvisoftware
 
InnerSoft CAD Manual
InnerSoft CAD ManualInnerSoft CAD Manual
InnerSoft CAD ManualInnerSoft
 
Magento 2 Catalog Permissions Extension by IToris inc.
Magento 2 Catalog Permissions Extension by IToris inc.Magento 2 Catalog Permissions Extension by IToris inc.
Magento 2 Catalog Permissions Extension by IToris inc.Itexus LLC
 
Apps 11i10 Forms Personalization
Apps 11i10 Forms PersonalizationApps 11i10 Forms Personalization
Apps 11i10 Forms PersonalizationHossam El-Faxe
 
Setting Avid Media Composer 8.4
Setting Avid Media Composer 8.4Setting Avid Media Composer 8.4
Setting Avid Media Composer 8.4ACHMAD AFANDI
 
SuiteCRM Field Level Access Control Plugin
SuiteCRM Field Level Access Control PluginSuiteCRM Field Level Access Control Plugin
SuiteCRM Field Level Access Control PluginAppJetty
 
Salesforce Summer ’22 Release Notes - Highlights
Salesforce Summer ’22 Release Notes - HighlightsSalesforce Summer ’22 Release Notes - Highlights
Salesforce Summer ’22 Release Notes - HighlightsSkyPlanner
 
359555069 aae-control room-usermanual
359555069 aae-control room-usermanual359555069 aae-control room-usermanual
359555069 aae-control room-usermanualBishnujitBanerjee
 
InnerSoft STATS - Introduction
InnerSoft STATS - IntroductionInnerSoft STATS - Introduction
InnerSoft STATS - IntroductionInnerSoft
 

Similar to How to customize Redmine with less than 40 characters (20)

August 12: Sugar’s Security Model – Teams and Roles
August 12: Sugar’s Security Model – Teams and Roles August 12: Sugar’s Security Model – Teams and Roles
August 12: Sugar’s Security Model – Teams and Roles
 
Style Intelligence User Documentation
Style Intelligence User DocumentationStyle Intelligence User Documentation
Style Intelligence User Documentation
 
Editable Grids
Editable GridsEditable Grids
Editable Grids
 
STF Jira-Conf.pptx
STF Jira-Conf.pptxSTF Jira-Conf.pptx
STF Jira-Conf.pptx
 
Power copy with CATIA
Power copy with CATIAPower copy with CATIA
Power copy with CATIA
 
Shared Shelf Admin tools training 2015
Shared Shelf Admin tools training 2015Shared Shelf Admin tools training 2015
Shared Shelf Admin tools training 2015
 
A Better Way to Capture and Manage Cement Lab Data
A Better Way to Capture and Manage Cement Lab DataA Better Way to Capture and Manage Cement Lab Data
A Better Way to Capture and Manage Cement Lab Data
 
BEX.pptx
BEX.pptxBEX.pptx
BEX.pptx
 
InnerSoft CAD Manual
InnerSoft CAD ManualInnerSoft CAD Manual
InnerSoft CAD Manual
 
Magento 2 Catalog Permissions Extension by IToris inc.
Magento 2 Catalog Permissions Extension by IToris inc.Magento 2 Catalog Permissions Extension by IToris inc.
Magento 2 Catalog Permissions Extension by IToris inc.
 
IRRICAD HELP.pdf
IRRICAD  HELP.pdfIRRICAD  HELP.pdf
IRRICAD HELP.pdf
 
Apps 11i10 Forms Personalization
Apps 11i10 Forms PersonalizationApps 11i10 Forms Personalization
Apps 11i10 Forms Personalization
 
Setting Avid Media Composer 8.4
Setting Avid Media Composer 8.4Setting Avid Media Composer 8.4
Setting Avid Media Composer 8.4
 
Dashboard
DashboardDashboard
Dashboard
 
Dashboard Doc
Dashboard DocDashboard Doc
Dashboard Doc
 
SuiteCRM Field Level Access Control Plugin
SuiteCRM Field Level Access Control PluginSuiteCRM Field Level Access Control Plugin
SuiteCRM Field Level Access Control Plugin
 
Salesforce Summer ’22 Release Notes - Highlights
Salesforce Summer ’22 Release Notes - HighlightsSalesforce Summer ’22 Release Notes - Highlights
Salesforce Summer ’22 Release Notes - Highlights
 
359555069 aae-control room-usermanual
359555069 aae-control room-usermanual359555069 aae-control room-usermanual
359555069 aae-control room-usermanual
 
InnerSoft STATS - Introduction
InnerSoft STATS - IntroductionInnerSoft STATS - Introduction
InnerSoft STATS - Introduction
 
synopsis
synopsissynopsis
synopsis
 

Recently uploaded

call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️Delhi Call girls
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...harshavardhanraghave
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsArshad QA
 
Hand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxHand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxbodapatigopi8531
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providermohitmore19
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...ICS
 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...kellynguyen01
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVshikhaohhpro
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comFatema Valibhai
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsJhone kinadey
 
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerHow To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerThousandEyes
 
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️anilsa9823
 
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AISyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AIABDERRAOUF MEHENNI
 
5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdfWave PLM
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxComplianceQuest1
 
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Steffen Staab
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Modelsaagamshah0812
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...Health
 

Recently uploaded (20)

call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview Questions
 
Hand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxHand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptx
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service provider
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
 
Microsoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdfMicrosoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdf
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTV
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.com
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial Goals
 
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerHow To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
 
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
 
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AISyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
 
5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf
 
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS LiveVip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docx
 
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Models
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
 

How to customize Redmine with less than 40 characters

  • 1. 1 HOW TO CUSTOMIZE REDMINE Hirotaka Nishimiya 2014/10/16
  • 2. 2 PURPOSE • Purpose • To enable people to customize Redmine as you like. • Remarks • During this presentation, I recommend you to operate our Redmine.
  • 3. 3 THE ENTRANCE TO CUSTOMIZATION • Login as Admin user • Click “Administration” on the top menu bar
  • 4. 4 THE ENTRANCE TO CUSTOMIZATION • Administration menu is shown. Out of scope for today. Please check by yourself if you want.
  • 5. 5 1. PROJECTS • You can create and maintain projects and sub-projects. Create new projects Closed/ Archived projects will be shown if you filter with Status: All.
  • 6. 6 1. PROJECTS • To create a new project, you need Name and Identifier. Identifier is the ID of projects. It cannot be changed after creation, but it will be rarely shown for users.
  • 7. 7 1. PROJECTS • You can assign parent-project and select modules, trackers and custom fields to be used in this project.
  • 8. 8 1. PROJECTS • You can change settings for existing (sub-)projects. • You can also access to this setting pages from “Settings” on the module bar. Plugins might add tabs in this setting page
  • 9. 9 1. PROJECTS • You can add/ maintain versions in Version tab. You can set the status as “closed”, then the version will not be shown in ticket page. It is also possible to reopen closed versions. Versions can be shared with other (sub-)projects. “Sharing” field determines the scope to share each version.
  • 10. 10 2. USERS • In Users, you can check users’ status and maintain them.
  • 11. 11 2. USERS • You can lock/ delete every users. • You can also reset each user’s password. There is an automatically-transmitted email function. If Administrator authorization is given, user can; - use all the “Administration” functions, which is instructed in this document. - access all projects - use all the functions, which will be customized in “permissions” page (later discussion) Plugins might add tabs in this setting page
  • 12. 12 2. USERS • You can assign groups and projects and roles in each projects to users. Roles can also be assigned to users in other setting pages, i.e. “Settings” on the module bar.
  • 13. 13 3. GROUPS • In Groups, you can maintain who are in each groups. • Like as individual users, you can assign groups to projects. Then users in that group will be assigned to that project.
  • 14. 14 4. ROLES AND PERMISSIONS • You can create roles, which can be assigned to users. • You can select permissions to be granted to a role, such as “create project”. • Permission report is useful to check what permissions are added to which roles, cross-sectionally. “Non member” and “Anonymous” are the default users, which cannot be deleted. - Non member: users who are not a member of the project. - Anonymous: users who does not login. Plugins might add new permissions in this page
  • 15. 15 5. TRACKERS • You can choose fields to be used with a tracker. • Like as permission report, Summary page is useful. You can assign trackers to projects. As explained, it is also possible in Projects setting page.
  • 16. 16 6. ISSUE STATUSES • You can add/ maintain issue statuses.
  • 17. 17 6. ISSUE STATUSES • Only one issue status can be “default value”, then it will be always shown first when issuing a new ticket.
  • 18. 18 6. ISSUE STATUSES • Some issue statuses need to be “issue closed”. Tickets with an “issue closed” status will not be shown when you query issues with “open” in status filter.
  • 19. 19 6. ISSUE STATUSES • Issue statuses and completeness of tickets (% complete) can be linked to each other. • If you break the link, members need to maintain the “% complete ” field separately from the status field. Below customization is in “Administration” -> “Settings” -> “Issue Tracking”
  • 20. 20 7. WORKFLOW • In Workflow customization page, there are two tabs, “Status transition” and “Fields permission”.
  • 21. 21 7. WORKFLOW • In “Status transitions” tab, you need to select “Role” and “Tracker” to be maintained first and then click “Edit” button. The as-is customization which indicates whether a user with the role can move “from which status to which status” First, select Role and Tracker to be maintained, then press Edit button. If you also want to maintain new statuses, uncheck “Only display statuses that are used by this tracker”.
  • 22. 22 7. WORKFLOW • You can change the authorizations by checking/ unchecking each cell. • You can also allow additional combinations only when a user is the author or assignee of the ticket. Users can move the status from New to In Progress, but cannot from In Progress to New.
  • 23. 23 7. WORKFLOW • In “Fields permissions” tab, you can mark “Read-only” or “Required” in each cell. Tracker cannot be changed when users move the status to Pending Users cannot move the status to Closed when assignee field is blank
  • 24. 24 7. WORKFLOW • You can see how many paths are defined for each combination of Tracker and Role in Summary.
  • 25. 25 8. CUSTOM FIELDS • Redmine allows you to add some custom fields. New custom filed will be added. Sort order of fields can be changed but All custom fields are always listed under the default fields.
  • 26. 26 8. CUSTOM FIELDS • Each custom field have description and some setting fields. “Description” will be shown when users mouse-overed on the field name. Based on the “Format” chosen, there will be some setting field. You can use regular expression (正規表現) to regulate values to be set.
  • 27. 27 8. CUSTOM FIELDS • Each custom field have description and some setting fields. Always required when raising/ maintaining tickets. All projects have this custom field. You can select this custom field as a filter field when searching tickets. Who can see this custom field. Which trackers will be used this custom field. Which projects will be used this custom field. * This setting will be disabled when “For all projects” is checked.
  • 28. 28 9. SETTINGS • More and more settings are available in “Settings”. #of tickets listed when searching Host name will be used for link URL in e-mail notification.
  • 29. 29 9. SETTINGS • More and more settings are available in “Settings”. Redmine’s look & feel can be changed. Below internet resource shows the instruction. http://redmine.jp/glossary/t/the me/
  • 30. 30 9. SETTINGS • More and more settings are available in “Settings”. Enable/ disable REST service. The mass-updating tool “Redmineチケット ★一括★” uses REST service.
  • 31. 31 9. SETTINGS • More and more settings are available in “Settings”. Associate an issue with another issue in another project? Associate an issue as a child with another issue in another project? Assign a ticket to a group (not to individuals)? Link % complete and status field? (as instructed in page #19) How many ticket you can export when exporting ticket list to CVS etc. file.
  • 32. 32 9. SETTINGS • More and more settings are available in “Settings”. Triggers to send emails. Email’s header and footer can be customized.