---
title: "Jira Software Supported Fields"
canonical: "https://support.appfire.com/space/PSJ/15480239/Jira%20Software%20Supported%20Fields"
format: markdown
---
> Macro (aura-html)


  


> Macro (excerpt)
> 
> Power Scripts™ for Jira enriches the SIL™ language by enabling you to directly access custom fields created by Jira Software just like any other Jira custom fields.

# Supported Custom Fields

> Macro (excerpt)
> 
> | Custom Field | Read/Write | SIL Type | Value | Notes |
> | --- | --- | --- | --- | --- |
> | Sprint | Read/Write | number [] | List of sprint IDs | Issues assigned to multiple open/started sprints will show up only one sprint in the Rapid Board. It is recommended that you do not assign an issue to multiple open/started sprints. |
> | Rank | Read-only | number | The rank | To set the rank, use the[Jira Software Supported Fields](/wiki/pages/resumedraft.action?draftId=15480239) |
> | Epic Status | Read/Write | string | A valid option for the **Epic Status**. (by default, it's one of: To Do, In Progress, Done) | Requires the issue to be an Epic |
> | Epic Link | Read/Write | string | Issue key of the epic where this issue belongs | If set to an empty value, the issue will be removed from the epic |
> | Epic Name | Read/Write | string | The name of the epic | Requires the issue to be an Epic |
> | Epic Colour | Read/Write | string | Color code of the epic links that are shown on the child issues | Requires the issue to be an Epic. Accepts any valid CSS value for background-color.  
> Examples: #EAEBDD, rgb(127, 67, 233), #cab, yellow |
> | Story Points | Read/Write | number | The number of story points on the issue |  |
> | Flagged | Read/Write | string [] | A valid option for the **Flagged** field |  |
> | Business Value | Read/Write | number | The business value of the issue |  |

  


> ✅ ### Back to basics
> ✅ 
> ✅ Most of these custom fields contain a blank space in their name, therefore remember to use **#{** and **}** if you'd like to use the name instead of id/alias.

### Examples

```
#{Story Points} = 8;
#{TEST-1.Epic Name} = "Best Epic name ever";
print(Rank);
print(TEST-1.Sprint);
print(#{TEST-1.Sprint});
print(#{TEST-1.Business Value});
```

# See also

[Live Fields Support for Jira Software Fields](https://appfire.atlassian.net/wiki/spaces/PSJ/pages/15480582)  
[Predefined Jira Software Structure Types](https://appfire.atlassian.net/wiki/spaces/PSJ/pages/15480286)