Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Info
titlenew version
We have a new version of Outlook Email for Jira!
This is the documentation for the old add-in. If you are looking for info about the new one, please click click here.


This Howto explains how to show the Issue Key of previously created tickets within your inbox like this:

...

It works by creating an own view column that contains a formula to extract the issue key.

StepImage
Open your inbox and open the View Settings

Image Modified

Then switch to Columns and create a new Column.

Give it a name: e.g. Jira Issue Key

Select Type: Formula

Press Edit

Image Modified

Copy the following formula

Code Block
Mid([yasoonExternalData],InStr([yasoonExternalData],"key")+6,
InStr(Mid([yasoonExternalData],InStr([yasoonExternalData],"key")+6,15),",")-2)

Submit with OK

Image Modified

Optional: You can change the order of the columns

Image Modified


Info

That's it!

Please note: The newly created field will only be visible in the full table view. Read on to make it visible in the compact mode

...