You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
This was driving me a bit nuts, so I thought I'd share in case it might help others as an example.
We are using Jira with Structure/Structure.Gantt.
There is a custom controlled field that represents our internal company projects that follows this pattern:
<4-8 numbers>:<string>
Examples:
Use Case:
I simply wanted to display the project name/string without the numbers as a column (or grouping) in my structure.
Solution:
REPLACE_AT(project,0,SEARCH(":",project,0),"")
Using the docs from ALM's site, I landed on the combination of REPLACE_AT and SEARCH.
REPLACE_AT allows me to remove the characters from the delimiter (:), but since the delimiter position was variable, I was able to use SEARCH to identify it's location.
I really wanted to define the SEARCH portion as a separate variable utilizing WITH, but I couldn't quite get that working.
If there is a more efficient way or suggestions on WITH, please share!
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events