Are you in the loop? Keep up with the latest by making sure you're subscribed to Community Announcements. Just click Watch and select Articles.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

We have a project automation set in place to remove labels that should not be used in the project. But it seems the project can't distinguish the syntax of labels used. 

Example

project = charlie AND labels in (Lab)

In addition to pulling the label the project will also pull labels written as "lab" or "LAB" is there a way to only pull tickets with the specific label spelling we need?

2 answers

1 accepted

1 vote
Answer accepted
Trudy Claspill
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Feb 06, 2023

Hello @Richardson_ Jordan _CGI Federal_ 

Welcome to the Atlassian community!

Labels values used to be case insensitive, but they no longer are as per this issue implemented in 2018.

https://jira.atlassian.com/browse/JRACLOUD-24907

JQL will consider all case variations on a given label as the same label.

Your labels will need to be unique in a manner other than case.

Thanks Trudy that makes sense

You have tagged this issue as Jira-Cloud. Does that mean that Project Automation is working in the cloud version of Jira, because that's not how it looks on https://marketplace.atlassian.com/search?query=Automation%20for%20Jira 

Trudy Claspill
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Aug 21, 2023

Hello @FCT: Malcolm Boekhoff 

Welcome to the Atlassian community.

Automation for Jira is a built in feature of Jira Cloud. It doesn't require an app install. That's why the app in the Marketplace is not tagged as supported on Cloud.

Thanks, what about these two:

Are they also built-in, because there’s no way to find out what is supported and what isn’t other than looking at the marketplace entry and seeing “Jira Cloud” there

Trudy Claspill
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Aug 21, 2023

Check the product feature documentation at atlassian.com  and the specific Jira Software Cloud documentation to find out what functionality is provided as part of the product.

https://support.atlassian.com/jira-software-cloud/resources/

Apps in the Marketplace that are provided by somebody other than Atlassian are unlikely to have been replaced by built in functionality. What the Marketplace tells you is on which hosting types the app is supported by the app vendor.

Like Bill Sheboy likes this

Suggest an answer

Log in or Sign up to answer