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:
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???
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.