Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Automation for checking.

Mar Tareno September 17, 2025

How can I create an automation to check if the user is first time to send an request, then edit custom issue field?

1 answer

0 votes
Marc - Devoteam
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 17, 2025

Hi @Mar Tareno 

Welcome to the community.

Can you explain your question a bit more.

Do you want to see if a raised request is the users 1st request ever and then update a certain custom field?

If so, create an automation based on:

  • Trigger: Work item Created
  • Action: Lookup Work items.
    • JQL: project = <jsm=project-key> and reporter != {{issue.reporter}}
  • Action: Edit Work item, edit custom field
Mar Tareno September 17, 2025

by using 

  • JQL: project = <jsm=project-key> and reporter != {{issue.reporter}}

    I can determine if the reporter request is the 1st request ever reporter made?
Marc - Devoteam
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 17, 2025

Hi @Mar Tareno 

You can see if the reporter has made more then one issue.

In the jql replace <jsm=project-key> with the project key of your project the automation rule runs to.

I forgot the condition to be set before editing

Condition (smart values)

1st value: {{{lookupIssues.size}}

condition: less than 

2nd value: 2

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events