Plugin "Calculated and other custom fields"
How to create new calculated custom field?
You can find all new fields by: JBCF
There are many dynamic fields in this pack. Their values fall into the search index when indexing tasks. It is enough to add any of the fields 1 time per instance.
- 1 ToDo custom field
- 2 Shared component picker
- 3 Status picker
- 4 Previous status
- 5 Role picker
- 6 Group picker
- 7 Versions
- 8 Formula fields
- 9 Time Between dates
- 10 Issue Link counter
- 11 Convert to TimeZone
- 12 Mentions users from comments
- 13 Age
- 14 Age by resolution
- 15 Count of attachment
- 16 Attachment links
- 17 Count of comment
- 18 Last comment
- 19 Previous assignee
- 20 Who was assignee
- 21 Resolver
- 22 Count of sub-tasks
- 23 Not resolves sub-tasks
- 24 Resolves sub-tasks
- 25 Parent status
- 26 Sort by parent ASK
- 27 Sort by parent DESC
- 28 Sort by epic
- 29 Sort by epic rank
- 30 Date of the first comment
- 31 Date of the last comment
- 32 Date of the last transition to the status
- 33 Author of last comment
- 34 Component leads
- 35 Project lead
- 36 Issue assignee, reporter and all comments
- 37 Issue assignee, reporter and last comment
- 38 Inward issues
- 39 Outward issues
- 40 Inward issues group by link type
- 41 Outward issues group by link type
- 42 Inward issues(include subtasks) group by link type
- 43 Outward issues(include subtasks) group by link type
- 44 All linked issues(include subtasks) group by link type
- 45 Regex Custom field
- 46 Remote links
- 47 Time slider Custom field
- 48 Attachment select
- 49 Attachment multiple select
- 50 Field Change Counter
ToDo custom field
Field for maintaining lists with the ability to mark completed items.
Shared component picker
Description: The list of projects is set in the field settings. In this field you can select components from the specified projects
Value: Components
Search: The field stores the value in the index.
Status picker
Description: The list of statuses(issue status) is set in the field settings. One of these statuses is selected as the field value.
Value: Status
Search: The field stores the value in the index.
Previous status
Description: This field shows the previous status of the task.
Value: Status
Search: The field stores the value in the index.
Role picker
Description: The list of Project Roles is set in the field settings. One of these roles is selected as the field value.
Value: Project role
Search: The field stores the value in the index.
Group picker
Description: The list of groups is set in the field settings. One of these groups is selected as the field value.
Value: Group
Search: The field stores the value in the index
Can use in permission and notification schemes
Versions
This field allows you to calculate intersections, merges, and differences between two fields containing versions.
Formula fields
Time Between dates
Issue Link counter
Field for counting the number of specified type of links for issue or number of links for issues in specified statuses.
Convert to TimeZone
Converts the date-time from the selected field (server time zone) to the date-time of the specified time zone.
Convert Date-time to the specified TimeZone
Mentions users from comments
Show all users from comments. By mentions(this field) you can search(JQL)
Value: Users
Search: The field stores the value in the index.
Can use in permission and notification schemes
Age
Description: Elapsed time from the moment the task was created to the current time. You can choose the time output format and connect the work calendar. (see Time between dates )
Value: Number - time in seconds
Search: The field stores the value in the index. (see Time between dates | JQL functions )
Age by resolution
Description: The elapsed time from the moment the task was created to the resolution. You can choose the time output format and connect the work calendar. (see Time between dates )
Value: Number - time in seconds
Search: The field stores the value in the index. (see Time between dates | JQL functions )
Count of attachment
Type: Number
Search: The field stores the value in the index.
Attachment links
Description: List of links to issue attachments
Value: null - The field only displays the links. Sort attachment by file type.
Search: The field does not store the value in the index.
Count of comment
Value: Number
Search: The field stores the value in the index.
Last comment
Description: Shows the last comment available to the current user.
Value: null - The field only displays the last comment.
Search: The field does not store the value in the index.
Previous assignee
Description: Previous assignee by issue history.
Value: User
Search: The field stores the value in the index.
Can use in permission and notification schemes
Who was assignee
Description: Show users who were assignee
Value: Users
Search: The field stores the value in the index.
Can use in permission and notification schemes
Resolver
Description: The user who last posted the resolution in issue.
Value: User
Search: The field stores the value in the index.
Can use in permission and notification schemes
Count of sub-tasks
Value: Number
Search: The field stores the value in the index.
Not resolves sub-tasks
Description: Get list of subtasks without resolution.
Value: String - list of subtask keys
Search: The field stores the value in the index.
Resolves sub-tasks
Description: Get list of subtasks with resolution.
Value: String - list of subtask keys
Search: The field stores the value in the index.
Parent status
Value: Status
Search: The field stores the value in the index.
Sort by parent ASK
Description: Field for sorting tasks by parent task. In the search results, when sorting by this field, all subtask will follow their parental task.
Value: The field returns the key of the parent task. On issue screens, adding a field is optional.
Search: The field stores the value in the index.
Sort by parent DESC
Description: Field for sorting tasks by parent task. In the search results, when sorting by this field, all subtask will follow their parental task.
Value: The field returns the key of the parent task. On issue screens, adding a field is optional.
Search: The field stores the value in the index.
Sort by epic
Description: Field for sorting tasks according to the epic specified in the task. When sorting by this field, the tasks in the search results will be after the epic specified in the task.
Value: String: The field returns the key of the task. On issue screens, adding a field is optional.
Search: The field stores the value in the index.
Sort by epic rank
Description: The field for sorting tasks by the rank specified in the epic task. When sorting by this field, the tasks in the search results will be after the epic specified in the task. All epics will be sorted by their rank. All tasks from the epic will be under the epic. All tasks under the epic will be sorted by their rank.
Value: String: The field returns the key of the task. On issue screens, adding a field is optional.
Search: The field stores the value in the index.
Date of the first comment
Description: The date of the first comment that is available to the current user.
Value: Date and time
Search: The field stores the value in the index.
Date of the last comment
Description: The date of the last comment that is available to the current user.
Value: Date and time
Search: The field stores the value in the index.
Date of the last transition to the status
Description: In the field settings, select the status. This field shows the date and time when the issue last changed to this status.
Value: Date and time
Search: The field stores the value in the index.
Author of last comment
Description: The author of the last comment that is available to the current user.
Value: User
Search: The field stores the value in the index.
Can use in permission and notification schemes
Component leads
Description: List of leads specified in the issue components.
Value: Users
Search: The field stores the value in the index.
Can use in permission and notification schemes
Project lead
Description: Project lead for current issue
Value: User
Search: The field stores the value in the index.
Can use in permission and notification schemes
Issue assignee, reporter and all comments
Description: Show assignee, reporter and all comments that is available to the current user
Value: Html
Search: no search
Issue assignee, reporter and last comment
Description: Show assignee, reporter and last comment that is available to the current user
Value: Html
Search: no search
Inward issues
Description: Show list inward issues
Value: Issues
Search: no search
Outward issues
Description: Show list outward issues
Value: Issues
Search: no search
Inward issues group by link type
Description: Show list inward issues group by link type. Include epic links.
Value: Html
Search: no search
Outward issues group by link type
Description: Show list outward issues group by link type. Include epic links.
Value: Html
Search: no search
Inward issues(include subtasks) group by link type
Description: Show list inward issues group by link type. Include sub-task/parent and epic links.
Value: Html
Search: no search
Outward issues(include subtasks) group by link type
Description: Show list outward issues group by link type. Include sub-task/parent and epic links.
Value: Html
Search: no search
All linked issues(include subtasks) group by link type
Description: Show all linked issues group by link type. Include sub-task/parent and epic links.
Value: Html
Search: no search
Regex Custom field
Description: This field checks the input string for matching a regular expression. Can check each line separately.
Value: String
Search: The field stores the value in the index.
Remote links
Description: ield for search and display remote links
Value: String
Search: The field stores the value in the index.
Time slider Custom field
Description: Time range selection field
Value: String
Search: no search
Attachment select
Description: Select one file from the list attached to the issue
Value: Attachment
Search: no search
Attachment multiple select
Description: Select one or more files from the list attached to the issue
Value: List of Attachments
Search: no search
Field Change Counter
Description: Counts the number of changes to the field specified in the settings. For example, that the "sprint" field was changed 10 times.
Value: Number
Search: The field stores the value in the index.