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 Doc
Dashboard DocDashboard Doc
Dashboard Doc
 
Dashboard
DashboardDashboard
Dashboard
 
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

Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024StefanoLambiase
 
Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)
Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)
Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)jennyeacort
 
Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...
Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...
Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...Angel Borroy López
 
Cloud Data Center Network Construction - IEEE
Cloud Data Center Network Construction - IEEECloud Data Center Network Construction - IEEE
Cloud Data Center Network Construction - IEEEVICTOR MAESTRE RAMIREZ
 
What is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need ItWhat is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need ItWave PLM
 
Best Web Development Agency- Idiosys USA.pdf
Best Web Development Agency- Idiosys USA.pdfBest Web Development Agency- Idiosys USA.pdf
Best Web Development Agency- Idiosys USA.pdfIdiosysTechnologies1
 
SpotFlow: Tracking Method Calls and States at Runtime
SpotFlow: Tracking Method Calls and States at RuntimeSpotFlow: Tracking Method Calls and States at Runtime
SpotFlow: Tracking Method Calls and States at Runtimeandrehoraa
 
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...OnePlan Solutions
 
英国UN学位证,北安普顿大学毕业证书1:1制作
英国UN学位证,北安普顿大学毕业证书1:1制作英国UN学位证,北安普顿大学毕业证书1:1制作
英国UN学位证,北安普顿大学毕业证书1:1制作qr0udbr0
 
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样umasea
 
React Server Component in Next.js by Hanief Utama
React Server Component in Next.js by Hanief UtamaReact Server Component in Next.js by Hanief Utama
React Server Component in Next.js by Hanief UtamaHanief Utama
 
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...confluent
 
Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...
Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...
Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...Cizo Technology Services
 
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte GermanySuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte GermanyChristoph Pohl
 
How to submit a standout Adobe Champion Application
How to submit a standout Adobe Champion ApplicationHow to submit a standout Adobe Champion Application
How to submit a standout Adobe Champion ApplicationBradBedford3
 
Buds n Tech IT Solutions: Top-Notch Web Services in Noida
Buds n Tech IT Solutions: Top-Notch Web Services in NoidaBuds n Tech IT Solutions: Top-Notch Web Services in Noida
Buds n Tech IT Solutions: Top-Notch Web Services in Noidabntitsolutionsrishis
 
What are the key points to focus on before starting to learn ETL Development....
What are the key points to focus on before starting to learn ETL Development....What are the key points to focus on before starting to learn ETL Development....
What are the key points to focus on before starting to learn ETL Development....kzayra69
 
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptxKnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptxTier1 app
 
Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...
Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...
Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...OnePlan Solutions
 

Recently uploaded (20)

Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024
 
Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)
Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)
Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)
 
Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...
Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...
Alfresco TTL#157 - Troubleshooting Made Easy: Deciphering Alfresco mTLS Confi...
 
Advantages of Odoo ERP 17 for Your Business
Advantages of Odoo ERP 17 for Your BusinessAdvantages of Odoo ERP 17 for Your Business
Advantages of Odoo ERP 17 for Your Business
 
Cloud Data Center Network Construction - IEEE
Cloud Data Center Network Construction - IEEECloud Data Center Network Construction - IEEE
Cloud Data Center Network Construction - IEEE
 
What is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need ItWhat is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need It
 
Best Web Development Agency- Idiosys USA.pdf
Best Web Development Agency- Idiosys USA.pdfBest Web Development Agency- Idiosys USA.pdf
Best Web Development Agency- Idiosys USA.pdf
 
SpotFlow: Tracking Method Calls and States at Runtime
SpotFlow: Tracking Method Calls and States at RuntimeSpotFlow: Tracking Method Calls and States at Runtime
SpotFlow: Tracking Method Calls and States at Runtime
 
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
 
英国UN学位证,北安普顿大学毕业证书1:1制作
英国UN学位证,北安普顿大学毕业证书1:1制作英国UN学位证,北安普顿大学毕业证书1:1制作
英国UN学位证,北安普顿大学毕业证书1:1制作
 
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样
 
React Server Component in Next.js by Hanief Utama
React Server Component in Next.js by Hanief UtamaReact Server Component in Next.js by Hanief Utama
React Server Component in Next.js by Hanief Utama
 
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...
Catch the Wave: SAP Event-Driven and Data Streaming for the Intelligence Ente...
 
Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...
Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...
Global Identity Enrolment and Verification Pro Solution - Cizo Technology Ser...
 
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte GermanySuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
 
How to submit a standout Adobe Champion Application
How to submit a standout Adobe Champion ApplicationHow to submit a standout Adobe Champion Application
How to submit a standout Adobe Champion Application
 
Buds n Tech IT Solutions: Top-Notch Web Services in Noida
Buds n Tech IT Solutions: Top-Notch Web Services in NoidaBuds n Tech IT Solutions: Top-Notch Web Services in Noida
Buds n Tech IT Solutions: Top-Notch Web Services in Noida
 
What are the key points to focus on before starting to learn ETL Development....
What are the key points to focus on before starting to learn ETL Development....What are the key points to focus on before starting to learn ETL Development....
What are the key points to focus on before starting to learn ETL Development....
 
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptxKnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
 
Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...
Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...
Tech Tuesday - Mastering Time Management Unlock the Power of OnePlan's Timesh...
 

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.