Forums

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

Send a custom email.

Dmitriy Rubtsov
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 16, 2014

Hi.

Task: send a custom E-Mail, when Due Date is changed.

Solution: I used the Script Listener. I aded the new listener "Send custom emaill" with settings:

  • Events: Issue Updated
  • Projects: MyProject
  • Condition: changeItems.any {it.get('field')=='Due Date'}
  • Email, subject templates and etc.

But, when I change the Due Date in the ticket I see in logs:

Condition: changeItems.any {

it.get('field') == 'Due Date'

} returned: false

Why???

1 answer

Suggest an answer

Log in or Sign up to answer
0 votes
-@05 313\/3\7
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 11, 2021

I'm trying to figure out the same thing

Essentially, I'd like to be able to create custom-header-ids in markdown like...

## Here is my Section Header {#mySectionHeaderID}

Then a bunch of stuff related to this section...blah blah
And some more stuff


<further down the imaginary page I'd want to put a link back to the previous section>

[Section Name to display](#mySectionHeaderID}

<which of course jumps the user back up to that section of the page>

 

not to mention these other features in Markdown...

: foot notes

: prettified links (where you don't put the link in line, but instead somewhere else in the page but it's not visible to the user)

 

I'm sure that I am missing many other great markdown features. I just don't know where to find out what features are supported in Jira/Bitbucket Issue templates.

 

I'd very much appreciate anyone pointing me in the write direction. Even if it's using HTML to achieve the desired result, which I haven't tested yet, but will report back.

 

Here's an example page that has a "custom-header-id" that takes you to what I'm describing

TAGS
AUG Leaders

Atlassian Community Events